Memory Pool Memory Pool Refreshing

14,053 transactions
4.47 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,297 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (609,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,948 297,948 00000000000000003e0b237a89a7932128af8be8f8595275839cf3bd2f22c6ec 0.21 MB 438 44
297,947 297,947 000000000000000056d8866f0b6ba87c81c4861b4a3523ac0d74978128963e0e 0.03 MB 58 27
297,946 297,946 000000000000000022477a733ac3020eeba79e6c883adef71668751d078bc2e5 0.09 MB 172 44
297,945 297,945 00000000000000006bf3da2419eefc6b2dde977be3a0e8db0b2b818b4ec55578 0.30 MB 545 47
297,944 297,944 0000000000000000443c4e05f2e84adf1f46ffa5e029a71ae5014f049fb14347 0.06 MB 69 15
297,943 297,943 00000000000000002bc6d22a6b1ab8a40f7067d3fe78f01c2741ec42ca6074c4 0.05 MB 60 19
297,942 297,942 000000000000000064a6ac54154247706dca44c4e697e164d87fdc47fe1bc570 0.03 MB 82 29
297,941 297,941 000000000000000039c9099494c718950c64417a1eba5176deff537a20051c52 0.31 MB 468 60
297,940 297,940 000000000000000048f2eb7565591ecbd398ea53c2647433723d53ac6f3dfb3f 0.08 MB 95 17
297,939 297,939 00000000000000008a3bea01d1988236c14ef5d04a58a036f25f6b63a8363db0 0.50 MB 924 37
297,938 297,938 00000000000000005d6f00dffcd42c56f29441e06ceae8f5b4d474d272af3208 0.10 MB 209 51
297,937 297,937 000000000000000024e8cd34a985c33893f1064eac50f9988b094e83d6c9db2d 0.06 MB 141 49
297,936 297,936 000000000000000028956c12d3004fedc113f5561fa60b54b8d97b2e30436a58 0.11 MB 238 33
297,935 297,935 000000000000000004378933c5259f8731565c687ff0706791e715d192d41247 0.01 MB 39 49
297,934 297,934 00000000000000006ca362d080a57b76215ca170343fe1ff872a12789abc3fe5 0.13 MB 145 16
297,933 297,933 000000000000000037bd59e37583dd79b957df2cb2b15a253a6ddd890cf2eac3 0.25 MB 471 24
297,932 297,932 0000000000000000246b941c3d03baa28c4b83261e2f31737d19de7607f6ea73 0.18 MB 512 51
297,931 297,931 000000000000000038bea5e73ecf3d0222a9ac6bd8d1b7f6ec5d9ad0087acefb 0.02 MB 35 24
297,930 297,930 00000000000000002b44cdc1b2fe4ec2aa6b31b25ae8eedc8d1ef16799bd3114 0.14 MB 199 28
297,929 297,929 000000000000000009a8cfc65af4281d0d5e42e725c481e99e55e76d3f1c5def 0.54 MB 1,024 31
297,928 297,928 000000000000000049c9495ae6fe9bd72199e335d03ebe91d7a38ce8163c4128 0.10 MB 256 37
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.