Memory Pool Memory Pool Refreshing

3,431 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.91 vMB 3,418 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (776,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,531 131,531 000000000000110d92c160f98dfc55b090f984ec95db3f48496ad5757db7fb7b 0.01 MB 19 902
131,530 131,530 000000000000095ddbca31e118430744800429631a89b9baaa04e409750388c7 0.01 MB 15 1,374
131,529 131,529 00000000000007c3f3d7c56c5252ae3a1e1a6129b9c13dc088c335845be7541c 0.03 MB 49 835
131,528 131,528 000000000000126ae3a83ec0307b7b7fa8261bfde27e6a54e88aee3b0393ad75 0.05 MB 176 180
131,527 131,527 00000000000010ea1ea8822ba6aa6807fa4489d3d08fce45b406a9c90f1882b4 0.00 MB 8 820
131,526 131,526 00000000000008ccdbc6ce5586738b994488638d26f9330a56bded6a1039af58 0.04 MB 112 472
131,525 131,525 00000000000005eea17ecca8059c3bb4348cd0816bee5596e8cbfc4aec91b64e 0.05 MB 171 196
131,524 131,524 0000000000000e3548c20ff77e4b8d5460293e96af33a2f7d5c0fa3e655e7621 0.00 MB 8 718
131,523 131,523 000000000000111a0b25defc2264dc78f4649d7e2bf0d401ca7c6627def8a815 0.00 MB 9 316
131,522 131,522 0000000000000edd2a3c65ffd89591a5e04e8d342ca507612c42d88254905aa2 0.00 MB 15 1,142
131,521 131,521 0000000000000dfcfc4eccebe7842eff348ec38ec54ad6eaba430cb2769b4bce 0.01 MB 24 964
131,520 131,520 00000000000004589e6597e32cf08859f6b68204eb24b803f799ea5aa6994753 0.01 MB 24 907
131,519 131,519 0000000000001262df49677d86324d3fef7cc3b31698db5ca355eaafc150e161 0.01 MB 35 936
131,518 131,518 00000000000001944ed36e0b265a5e1bf2b30ea0e86f3cf93a72fd444b7de333 0.01 MB 20 359
131,517 131,517 00000000000005873df43282d3a333c1796fd77320bcc88902f0d669e842a00f 0.01 MB 35 701
131,516 131,516 0000000000000e11bef0883c4d816a81782880451a44d8ab3472a889ec747274 0.04 MB 74 913
131,515 131,515 00000000000008842db35f6914fdbc746a0380e338a0c9dfdeaad446d3b35a0d 0.10 MB 213 887
131,514 131,514 00000000000001748953f0b3c1a2bbe7ba81a185f6f99a66d9322e027960181d 0.05 MB 149 971
131,513 131,513 0000000000000637a3a99bd980bfe3e642dcff1997fb995b3bd0d004a80b2c65 0.05 MB 126 187
131,512 131,512 000000000000006cdd3c1e6d485ed1e4e47116935a3d0ffcf350facaf47f5b4b 0.04 MB 58 998
131,511 131,511 00000000000008c07ac47666a747035c79704ba21f5f64c15917ac3d6c53c84c 0.01 MB 29 743
Previous 10 blocks ↓
Total Size: 769.19 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,633.71 GB sent, 93.90 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.