Memory Pool Memory Pool Refreshing

17,366 transactions
5.60 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,836 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (792,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,422 115,422 0000000000004e04202345d26f113c18e94e51e8752bd5e61eaa2c740598d477 0.03 MB 86 0
115,421 115,421 00000000000078a97991a579091712f64f9f578cdbece8cef1abc78b0fb289db 0.01 MB 28 875
115,420 115,420 0000000000005a1dcb3af94ac2a8fc2239c4a63d7485961a83f0a9573045fee9 0.00 MB 4 863
115,419 115,419 000000000000b2578e9c6f5ac256eb0b78b5e1b4a5dedbd1edaf6d271fbc9297 0.00 MB 13 1,615
115,418 115,418 0000000000002e10cf3d53d0c369ebce05de4e2774d7dc0815ef17eb97844336 0.00 MB 8 362
115,417 115,417 0000000000000322b29dae3d6c24fd220ce5cff0e4f6677a487eba96f1a99ab2 0.00 MB 6 262
115,416 115,416 0000000000008ad686c02dc24c398975d18603368a710c28d2a713c45764cb1c 0.00 MB 7 2,542
115,415 115,415 0000000000005e72d8276bd09ac17da49b47ae46b1d44881d011dc1b76bbf821 0.00 MB 1 0
115,414 115,414 00000000000023b1a3facdffc7591f19fe3f91aac5c6d3b8f4dd6d4ef82910e0 0.00 MB 4 1,420
115,413 115,413 000000000000d9c1adefe2497731be7efabeb3cf7c594ae0f9f900cbf77edbb2 0.00 MB 6 607
115,412 115,412 0000000000007020f7867e0063cd603c5e665c5b3792bd27abac3424a71d90ca 0.00 MB 6 1,179
115,411 115,411 0000000000005dbdd043b2e9910d2e9e6e3af7546425a006dab75aa9d5f0de29 0.00 MB 8 1,584
115,410 115,410 000000000000cba67c3a5b1cf2a0e99d8f32c52a20442a81cb09a1047c5ea9cb 0.09 MB 328 11
115,409 115,409 000000000000ac22e236e6070fad0c196dda8eceea6f24011e52378ed1ec2cd6 0.01 MB 18 356
115,408 115,408 00000000000026efde97dafcb2cd4ae1498cd1c26905fdd8b703e343e30128b9 0.00 MB 10 723
115,407 115,407 0000000000008b810229805d70baefa81fe523bdfa3c1a735a7b749da4f56f0f 0.01 MB 8 87
115,406 115,406 000000000000713bdaad478441b25aa21b0295aefb9c8df5786ab3669d7c99c8 0.00 MB 11 0
115,405 115,405 000000000000a3dcaf73a3d2317179c503a1531174557c0ff38d4c23dfe2e3ce 0.00 MB 11 0
115,404 115,404 000000000000ef3b5224ff75eb7deaaeedf4a7d841e2c225e58ffdcdc8c4444c 0.00 MB 10 672
115,403 115,403 0000000000007a61850ee027b171817074f6d523449826ce4e21ea8bf728d2e6 0.00 MB 12 0
115,402 115,402 000000000000e62af595d0ddb9ce0df8a68dd1451d78d5420034247a5973f8c9 0.00 MB 9 0
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,624.18 GB sent, 92.99 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.