Memory Pool Memory Pool Refreshing

799 transactions (0.26 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,765 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 793 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,764 (842,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,612 66,612 0000000003df177ae40ad5ad26ccb72f92927bbc63d900f26cb956cfc9a25631 0.00 MB 1 0
66,611 66,611 0000000001466798c765ea19650dfbf7ad69048d9343363b88a81f57b891cbfb 0.00 MB 2 0
66,610 66,610 0000000002b6f618bc356a214e38a3a79929138771989a4ccf31a3ebbccfeebe 0.00 MB 3 0
66,609 66,609 00000000057e6e22d15c0d515ca4d3160ccad21abbe9eec9af677dd3f0acea88 0.00 MB 2 0
66,608 66,608 000000000319ffd37e86bee677f10a843940ea7b7f414fea5241205c41063229 0.00 MB 1 0
66,607 66,607 00000000003dd399b0cc5e81795dcb8393ea7ade394ee6b5ce12598981cb11d2 0.00 MB 3 0
66,606 66,606 0000000002eb2496e74d8a4019929936ac67e86c3d5c68321ee906d920223a3f 0.00 MB 1 0
66,605 66,605 000000000267fa8a224aeba66234677f967ed4ee97e6098d04507275c5a5a635 0.00 MB 1 0
66,604 66,604 0000000004092660fc793d04c86a5b2b0bc72c146e37a5a48dae5b23bee58418 0.00 MB 1 0
66,603 66,603 0000000000d4867d78022eff885bf141975eeb877096ead82aa6ce44ecad4dc1 0.00 MB 3 0
66,602 66,602 00000000030068e9e3a8837c12dab38e22311fbed461df00e5014e42dc660365 0.00 MB 2 0
66,601 66,601 000000000062f889aa5ddca7cfe172c92be6605397d0c314ff9efc81aba0d259 0.00 MB 6 0
66,600 66,600 00000000041febfbebb611cd8f587c690bbdc86af1e3ab04b134bf0d66c63751 0.00 MB 1 0
66,599 66,599 00000000047ae2681abaa2eff10a24fc0d5d6669bc677627a3be0e934eb878af 0.00 MB 1 0
66,598 66,598 0000000000f212b2b6bde6176fb772014ce55d31a05cdf58a676fc363ef51c23 0.00 MB 2 0
66,597 66,597 0000000000235badeef670c50591907f4d98b694137ac1f62129c0fc1e74dcc8 0.00 MB 1 0
66,596 66,596 00000000044843a0096cfa58b91addee799bd1c1ac7a705a4a4e37ec0aeac039 0.00 MB 1 0
66,595 66,595 0000000003ff19fb2b74fb2958c3c8091868b66c25f2c8952b4309f8c66c5f08 0.00 MB 1 0
66,594 66,594 0000000002fa394ba061a5a71f3c5d185c2db69fa7214a46aaad6262dac67f8c 0.00 MB 1 0
66,593 66,593 00000000022c366291a41a75aab7a260181591c4e5d8e4f113effe355c75c83a 0.00 MB 2 0
66,592 66,592 00000000054f9c31da7bf55d7c40d10fea16768e91a3bc9697fd6739a2624d7c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.12 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,856.45 GB sent, 102.60 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.