Memory Pool Memory Pool Refreshing

4,466 transactions
14.99 vMB
Show Random Selection Loading Transactions
Max Size: 62/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,898 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (856,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,474 51,474 000000000ea968540259320709b11204ff71d71a55753f780f5f13c79f0f0d5c 0.00 MB 2 0
51,473 51,473 00000000031e6c5a20edab0a021894045c9dd0eda7485ddd7bda97c5a7f385b9 0.00 MB 1 0
51,472 51,472 000000000c4e1f5baf14018173ae25566d7aa941778759841510506be46d57b0 0.00 MB 1 0
51,471 51,471 00000000060ee68023365332f347df403fedc91514537b1fa0ec75eb3ef1b3e2 0.00 MB 1 0
51,470 51,470 000000001cb04c373be86856a89ce4cc5a0e798b71dbc9044c4650cdd87568b3 0.00 MB 1 0
51,469 51,469 000000000addff095f22736e76e3b023edb9aeff8b60b238ad415fcdf5f544ee 0.00 MB 1 0
51,468 51,468 000000000a7104c5e41cf4ddb02617af1e333aa7e68fe0d8b35a7491c925f317 0.00 MB 1 0
51,467 51,467 000000000a3dbbb064fd5ed875e3e74e99520e701b131397ab8fb263a285d9b5 0.00 MB 1 0
51,466 51,466 00000000182a7ec74c6efd2022f07c85ad2e7bf89a029bc05e022c8a004ff992 0.00 MB 1 0
51,465 51,465 000000000bd252d0cbb57889316165bceb275ad6f66d23bd82ae0c96fd7540a6 0.00 MB 1 0
51,464 51,464 0000000019fb81e246b43637df3a3c848b2bc1cb1057c5578e46158599592fac 0.00 MB 1 0
51,463 51,463 0000000007f2c0d641f94bc6518937c22446ffc9699de532463067f6c5689bd7 0.00 MB 1 0
51,462 51,462 00000000136a6ea4f375b84d835b7410583a9d546c78f6cc489bae76bd4fb707 0.00 MB 1 0
51,461 51,461 000000001a09706862845403bf7ee56957c44f929d682a43808c96090f495c74 0.00 MB 1 0
51,460 51,460 000000000630bf4feaa4c2e2f361d97a2a15da64bbfb8a6fae90b3f0812c163f 0.00 MB 1 0
51,459 51,459 0000000001c0ddea8c77e656534fb75d770fee9426665b41cb8a87fc70ffaae4 0.00 MB 1 0
51,458 51,458 000000002069c3fa854802dabbfa84ddf6f984f2766a79b81ebd993463abc790 0.00 MB 1 0
51,457 51,457 000000000ceffad9ba8aedb26bd862f47e28932e642bf49c8f0c276fd1a05915 0.00 MB 1 0
51,456 51,456 00000000056e81ea77d2cf909d1d5f6cd040e27ce65c05ca6ade61f6abef7127 0.00 MB 1 0
51,455 51,455 000000000bec3c29ac34222bbf5f6e854a226be05cc8ae3f8f9dbef6609a5208 0.00 MB 1 0
51,454 51,454 0000000001177bd155d0a93419d98f6cfa8e4244a70f98369808e91096286ad1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.17 GB sent, 98.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.