Memory Pool Memory Pool Refreshing

17,549 transactions
5.65 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,794 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (823,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,497 84,497 00000000003058da7193c32917c31cd01ed389b16a8e5c29fd52ab0c9b297728 0.00 MB 1 0
84,496 84,496 0000000000199fb811ef079a546f27860fce581ae7d464e6d469cf3ce00a8c98 0.00 MB 1 0
84,495 84,495 0000000000162917c7652c07ba497321ca963fc07f185279c84a303fbb9e446c 0.00 MB 2 0
84,494 84,494 0000000000037b95cc3008b5a7a5164aa3074b60fb9911a9bb093c15c4ab64fc 0.00 MB 3 0
84,493 84,493 0000000000010da4d15dfcefe3c6c228ef564f9d111fa79f41291d2d1eb037d6 0.00 MB 1 0
84,492 84,492 000000000000490d5df2e64490ab28cafb01e25aa674e70acc6271d0fab5640f 0.00 MB 1 0
84,491 84,491 0000000000306073ba901b1f71969bd8b57ad71b78ce672c97274bdcaea58fd4 0.00 MB 2 0
84,490 84,490 00000000002c681c5ee2438856b9dabbaf53aaec6784c40094524b039245965e 0.00 MB 1 0
84,489 84,489 00000000001e33f82850cd0f809110fad009ce773db27edbc73aa556e0f598b2 0.00 MB 5 0
84,488 84,488 000000000014ec675e4a444e4521584743d86980a6b3a1555bd49e5de609a00b 0.00 MB 1 0
84,487 84,487 00000000001df688d1ec9a4b9e126b91c94c3b0ac779b66764634d5a7a592548 0.00 MB 1 0
84,486 84,486 000000000031686f26d99df51e243589122d1514df21f2aa4c3bdc2bb911f4b2 0.00 MB 4 0
84,485 84,485 00000000002f7d04e127d7ceb74c22b5d33049a20db80cb278d5610ea9aa00f1 0.00 MB 1 0
84,484 84,484 00000000000e41c143752eb50d373324ec0b8af99ab7ad7068821c702a033bae 0.00 MB 2 0
84,483 84,483 000000000011a33245f053e85ced35528921afb82ed23c6e1dc16585e8309bf9 0.00 MB 1 0
84,482 84,482 000000000016a893d0c2bf462fc1ce8fe76cf64c15a8f801da63503fe195196b 0.00 MB 2 0
84,481 84,481 0000000000056323b3cf72d62b2cab9c66160e3a50a3943047cec4d43a5e86f8 0.00 MB 1 0
84,480 84,480 000000000004eb256b02d559943c9d3533959ee2b5a1f776e574d1ac2a38a21e 0.00 MB 1 0
84,479 84,479 000000000002dc2ae04af3f661150acbeb158c6cdf12d4fda3e6545593b17793 0.00 MB 1 0
84,478 84,478 00000000002deb898dd72d5e5ad3f0a45866da8c0442aebcede6628e54b2c3b3 0.00 MB 2 0
84,477 84,477 00000000001c369a8a96ea619738d287495e443593a69c543defe27b9f0584a1 0.00 MB 3 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.20 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.