Memory Pool Memory Pool Refreshing

6,666 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,078 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,338 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,077 (830,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,580 77,580 0000000000535966a5294d5c5636aafd51ccbe5202f2493d78fefa6cf8b4eb40 0.00 MB 2 0
77,579 77,579 000000000002fabd391cdeb7f57c8faaf06a5a7845afcd984b173d66ea8c3f48 0.00 MB 1 0
77,578 77,578 000000000062a0e301d39fc1dd1e7c092903391a75ce45947064ece43068a57c 0.00 MB 1 0
77,577 77,577 0000000000350c9c0fa1bad411bbd606ae844a31a5101a85745638d6984256cc 0.00 MB 1 0
77,576 77,576 000000000003f07bfc2a2a245b4422d8266541afa249907a628c445758e21963 0.00 MB 1 0
77,575 77,575 000000000050b949fb746282dcb9c0f9b1d172aa4c85fb6db6aef77255c3a953 0.00 MB 1 0
77,574 77,574 000000000065c0b48b182049c187b664cdb2ae733be8458876347f6755125cbe 0.00 MB 2 0
77,573 77,573 00000000000ffa0cc343e3fafc9cb405a1d0365d20577ef352b1dc73e3af171e 0.00 MB 2 0
77,572 77,572 000000000008eb783219e48823eb531d2b8c321a1818ddf06fd5b3aa98a9bb6c 0.00 MB 1 0
77,571 77,571 00000000001cf3455a724631a4a1f29708d5a918bd5d4577392298f2e9108b86 0.00 MB 2 0
77,570 77,570 00000000003c1fe67e4ae9bdc92050e44095792f49303bbc3d204f29d3cedee0 0.00 MB 8 0
77,569 77,569 00000000003e87548fd88ee23fe0e1ad1aaa95b03ece42a7b6338be9949f41ad 0.00 MB 1 0
77,568 77,568 00000000002d0f3c5987ef7dcbc52d94fdf6199d65e9906c73e6ad1cfe0b93e0 0.00 MB 1 0
77,567 77,567 0000000000159f765fa73838490170633a666ef8d7151c5b1cb2961377832f72 0.00 MB 2 0
77,566 77,566 000000000003915fd5e7c491837397eec9352588c5e8afeb54d849800834d860 0.00 MB 2 0
77,565 77,565 00000000001f092010f0793ba97bebc2142a162223a58796b96067e4c9a06394 0.00 MB 5 0
77,564 77,564 00000000000a3dc4519eed5de44ff7b29ea2c178b03713433b0f9de2b2594633 0.00 MB 1 0
77,563 77,563 000000000013ca3e2cf62d2abc4136e627ab5946026f2e86f514bb6bec730f1e 0.00 MB 1 0
77,562 77,562 00000000000e5ec69eb507fc491db212b44076c1b928bc9c249028eefb59c2d7 0.00 MB 2 0
77,561 77,561 00000000001c91cc6b8641fb29b4663454b414d6984c5ff84e275820b35afeb1 0.00 MB 1 0
77,560 77,560 00000000006738cdd9d3fb6d1069c1a5cd768fc5b14f33f0c04482c97337ba1e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.69 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,655.93 GB sent, 96.34 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.