Memory Pool Memory Pool Refreshing

2,043 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 2,035 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (657,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,728 250,728 000000000000001de7dbab8a990a100a1dae9260cea82f5bf8fad45c80a2d189 0.06 MB 97 74
250,727 250,727 000000000000004e82ccfc7d8e21768900c40451ab4e754969cbb1289998a2ac 0.25 MB 581 115
250,726 250,726 000000000000004a07537a7dd7db72046200b7fb89ebf651e8e152ae2548197f 0.06 MB 159 98
250,725 250,725 00000000000000479501a77e2ba9e1aa9f8c7239565d34d0ba6d2ee0b9d4defd 0.15 MB 401 121
250,724 250,724 000000000000001d6c83ae3749cf80849442df8156784c31815a837ec90b3c7a 0.12 MB 286 117
250,723 250,723 0000000000000037c8ccbf59811c3ac43e3eb24964502c398283b46ae5d88ca1 0.24 MB 628 122
250,722 250,722 000000000000006abbf8f6ecb5f74caf281077c90b1facd09ddee3a64fd29feb 0.00 MB 3 15
250,721 250,721 00000000000000661e2281acce5a8a9db9c99c70faebdec3a74b72333b41abdd 0.03 MB 86 148
250,720 250,720 0000000000000013be62db46164bef4640f0ef80b703ab9f9ad0beaf0627909e 0.09 MB 181 87
250,719 250,719 000000000000006287abc6e672fdb944bbb8d6ee1ce3229a414aab534a4d1af8 0.05 MB 126 121
250,718 250,718 000000000000002a97a02b2ed9d027e5f1afb0adc45317f0da482db8438c8b76 0.06 MB 84 14
250,717 250,717 00000000000000223562b5fac3ffca639e52cc0186e28fc2ca835f8473d42cf6 0.25 MB 632 109
250,716 250,716 0000000000000049a66bc01dd478cd3a8ed0c30ed54e67b49327c27a252b8db8 0.25 MB 455 81
250,715 250,715 00000000000000489cd7985e28d89e0c31f2149922d9a5daf2bfda2fed22d4a0 0.19 MB 475 106
250,714 250,714 0000000000000047c9149f929a7368ccda6eadb4b35a6c1b2fd4ec0a6d7a3bb7 0.14 MB 256 133
250,713 250,713 000000000000005e9c753ae481ffc6b1c148bb00604b8ca2b662b782db9ce28f 0.21 MB 590 392
250,712 250,712 0000000000000039cadd0da2a6ccbc1d4034a7048ac88b0145d5cc56b69c5c45 0.04 MB 81 155
250,711 250,711 000000000000002cbbeccea973cc8d91ba612dff31f8cc87bccfc020b47b1e97 0.13 MB 233 88
250,710 250,710 000000000000006f9f1b9c6564dfcbbf3b69f65dae2443b94142e57a7a4819f9 0.13 MB 332 111
250,709 250,709 000000000000001c214d3a1b511de7541b6c2684d94bf814fb7fb7dad4dbc149 0.16 MB 332 158
250,708 250,708 000000000000003d49f2f0c9061f7d38e870ea2e6d2b32d6b1053b7d58a05df5 0.14 MB 318 118
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.47 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.