Memory Pool Memory Pool Refreshing

9,267 transactions
4.25 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,627 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (365,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
542,695 542,695 00000000000000000002e07e0b77acfe504f58e34037505f67adf57d4bc63d65 1.01 MB 672 61
542,694 542,694 0000000000000000002128374394397059a7b1c905ee067e430fb7e20446ea68 0.43 MB 994 5
542,693 542,693 0000000000000000000485763c42be08c568296a4a68fa296d4f15a4c2f7a711 1.20 MB 2,758 21
542,692 542,692 0000000000000000000b2788fcfa98c5a9ef738c5831cf9df717c3ed74e456af 0.03 MB 50 6
542,691 542,691 000000000000000000211383bb9c687cfad4ce540d5a12ed2ffd7c9e1d702927 0.35 MB 717 26
542,690 542,690 0000000000000000002221fae991130b06e0a6bda62cc43b78e7e34f27dc093e 0.98 MB 1,552 8
542,689 542,689 00000000000000000005e4f0a534e520bea04db9b567dc773736416cb60349f5 1.21 MB 2,643 21
542,688 542,688 0000000000000000001f0d6f8f00e208f9e71ed0d07635f7e9554b4412589c60 1.21 MB 2,708 22
542,687 542,687 0000000000000000000fea9f2c25689fd36f5b335bfbc8d4158fa02f35fa025e 0.12 MB 231 29
542,686 542,686 000000000000000000047d705756d81f4d3b29d1ef5c8c70ba392eca0444f044 0.07 MB 57 10
542,685 542,685 000000000000000000023183586a085972645e5ccc35784a0a720cd432d1da83 0.51 MB 1,006 13
542,684 542,684 0000000000000000000b63cf34f3e2e68044479689eaffd76d0fb8ec81ab3f57 0.00 MB 1 0
542,683 542,683 0000000000000000000188b7faa7e834820cafe2c64ae58e133d4c0590da22c7 0.59 MB 1,226 25
542,682 542,682 00000000000000000007fad30b511132505f93cc94b375d02ded1fac810261a4 1.24 MB 2,830 21
542,681 542,681 00000000000000000011e174044b9d4bbfb08a1210cef2e4402b59d5a9a089c9 0.41 MB 790 11
542,680 542,680 0000000000000000000fd626068b7d6dc3195ad6f612bd59fd7b0955db693476 1.20 MB 2,470 21
542,679 542,679 0000000000000000000d49838be8f47f12d26df9f9b48b3071cd30319cd13b58 0.61 MB 1,180 2
542,678 542,678 0000000000000000001bbb98fa3d0cefec57cfe3b26c338b3e2f4adc998e73b4 1.18 MB 2,721 23
542,677 542,677 00000000000000000009c4da57c82345cb789000087a7f079855de66eba8d019 0.75 MB 1,400 22
542,676 542,676 00000000000000000017a9c3c9edfa5dc637fb788a2a27b677b79612a673d135 0.46 MB 690 3
542,675 542,675 0000000000000000001d8ab692ef36d610d3e7c3ed9abd50cf0bd2d125fd5203 1.15 MB 1,951 5
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,625.22 GB sent, 93.02 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.