Memory Pool Memory Pool Refreshing

623 transactions
0.19 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,760 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 619 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,759 (432,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
474,868 474,868 00000000000000000023a6267fc17754089d37dbf2d986d3aedc3f22b342f8c3 0.98 MB 184 8
474,867 474,867 0000000000000000014d94669a2d4fdc8487b07edc097210b0996df5d94d2ef3 0.13 MB 329 84
474,866 474,866 00000000000000000083de1de762b0bb1a2076a00442ec189220fb7b870669b2 0.45 MB 933 207
474,865 474,865 000000000000000000e298f44cc5d2984c41fdbd5ae67074ae0503e1d54a63b7 1.00 MB 2,094 139
474,864 474,864 00000000000000000074331801cdf10ac1108ab4e8fd704be95e45f4ff860844 1.00 MB 1,802 116
474,863 474,863 00000000000000000041f501bcebde68dca8d1e9827beeda6a6fcb3c01fe3395 0.00 MB 1 0
474,862 474,862 000000000000000000e280db23d87e09a845b83a8ae178313602a98fb47b08cc 1.00 MB 2,182 260
474,861 474,861 000000000000000001828554e4536c452357e21daa6f1157e1870890cb9c0450 0.99 MB 422 28
474,860 474,860 000000000000000000a1cc9e16bd546d769a974c4c93254b9ca45e00df0de257 1.00 MB 437 22
474,859 474,859 0000000000000000003b829da9dabe3cd41e9747e5ae40b32894022be6baffef 0.82 MB 1,620 158
474,858 474,858 0000000000000000001edd59a86e4570decc4a17a6d5bc7791c9ba223147d566 1.00 MB 196 4
474,857 474,857 0000000000000000006263946e731e897b07020f0f29d47edae8a2c5386a5723 1.00 MB 551 30
474,856 474,856 00000000000000000179290f2a28110a44af863bee837787bc05b80686df567a 0.12 MB 121 64
474,855 474,855 000000000000000000e199d9920d78a45f17c253c3601c715eceedc5d3dafbba 0.96 MB 1,815 152
474,854 474,854 0000000000000000008a226434b033a3dfdfaf4cdcac91c343965b8e8b6f5feb 0.32 MB 498 126
474,853 474,853 000000000000000000fe4156866e04704e3e5c3aaa042229d536650c215a86e8 1.00 MB 496 27
474,852 474,852 00000000000000000034f748059bd531678dd7999b77ed37efac9ef102f3ecbe 1.00 MB 1,310 93
474,851 474,851 0000000000000000014d4d9275875f50f92f29c3df84228d6c6af71518a1a331 1.00 MB 1,256 72
474,850 474,850 000000000000000000a21f647d8f5ef0895426a1684166e3193778ffe24c3445 1.00 MB 1,291 28
474,849 474,849 00000000000000000116cba48ee5a75e960f4e194305af66e67dba2ea948e8c5 0.00 MB 1 0
474,848 474,848 000000000000000000337053306a02c29b4dcdcd2a2cf813236f07555d82e6be 1.00 MB 1,960 172
Previous 10 blocks ↓
Total Size: 769.09 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.38 GB sent, 93.36 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.