Memory Pool Memory Pool Refreshing

1,286 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,275 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (11,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,469 896,469 0000000000000000000231ba5526fea8880db3fe45e40580d19530a68d1be716 0.01 MB 22 11
896,468 896,468 0000000000000000000026f9dcd238a9cb2132e07603805e3134789737667ecc 0.02 MB 27 8
896,467 896,467 00000000000000000000047263a13eeb178549e016b7fdf1e2c2029a3ce3ab67 0.39 MB 775 8
896,466 896,466 0000000000000000000257a1b69764d000a1f5606fd9d532eb2c9ac7ee640cd8 1.79 MB 2,781 6
896,465 896,465 00000000000000000000fe12b9fcba4a045ecab0b778d957c0fcc4f74c0f26ff 1.71 MB 2,783 12
896,464 896,464 000000000000000000000e776fbc036b8139274fa64ef2dbcece6ae23344702c 1.54 MB 2,878 11
896,463 896,463 00000000000000000000e9d1ea5f96cde403784a135d5b5b03b48572d6a0aa76 1.75 MB 2,510 7
896,462 896,462 0000000000000000000258705d7087258920fcba1af024f911503a2379ff393f 1.62 MB 3,265 17
896,461 896,461 00000000000000000000edb5832ad842804109d606607626f28de7f037013dc7 1.81 MB 2,882 4
896,460 896,460 0000000000000000000120e56f07011a660f15cddba8d9bfd88aa79ce97450d1 1.73 MB 3,609 10
896,459 896,459 0000000000000000000104f51830d82a3ec702cd1eea6559cc34533a32c269bf 1.59 MB 3,383 35
896,458 896,458 00000000000000000000a47725763449638287470997e4e9c5efa51fb37753a1 1.63 MB 3,498 19
896,457 896,457 000000000000000000013e40cf3ae6464f5f99d415d6a1fb31577841103df5d8 1.57 MB 1,272 1
896,456 896,456 00000000000000000001eba27a1f0a7ecd2f9ce516e81769222f185897f0f9b0 1.74 MB 1,389 4
896,455 896,455 00000000000000000001c6d56f8b1debb0323d75c2f9b9ee735aec47b70959d5 1.60 MB 3,275 17
896,454 896,454 000000000000000000000bc78a8c3149c2aacfa99b5032f7a931db3fc4e3f17f 1.79 MB 1,563 6
896,453 896,453 00000000000000000000813996223db737cd3a06e60851985f710e139677eada 1.69 MB 3,292 11
896,452 896,452 0000000000000000000237123c3f3c859dd1822e2084bd535d4eb6fc9d7f5009 1.88 MB 3,391 5
896,451 896,451 00000000000000000001718193347aec0db555d4d73c29b73fc411f2fbc2756e 1.73 MB 2,771 13
896,450 896,450 00000000000000000000119020f2b1c3c8c60fa63f0a2ba6aa3652f689714764 1.55 MB 2,519 2
896,449 896,449 000000000000000000010d855c35697449d4af78d81318c95a1161ef3e8088bd 1.75 MB 2,575 6
Previous 10 blocks ↓
Total Size: 769.10 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,628.92 GB sent, 93.39 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.