Memory Pool Memory Pool Refreshing

5,517 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,019 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (779,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,580 128,580 0000000000001832d3f9931dcf320191ed21ff70989f82e402077a838a266dd7 0.04 MB 81 897
128,579 128,579 0000000000001a13227fd573df35112fdbbfe2bdec41b731d3bdfa4f27c12c5e 0.01 MB 24 320
128,578 128,578 0000000000001b5df6a31539fb6b85719212bb40374bc5b443a7604af73201e5 0.01 MB 16 708
128,577 128,577 0000000000001a25032ee5606837e052a7bc7aa5af399a635b19e644a69f4184 0.01 MB 16 1,171
128,576 128,576 00000000000014446ed12315a73cb293a7c91b1d99dc362897bb149b8102d1bc 0.00 MB 12 560
128,575 128,575 0000000000002491d333d3f4a3eb92d5564d3305c5dc8843f794d3fb98a98510 0.03 MB 80 205
128,574 128,574 0000000000000fa9f4550924bb9e333ae33b9a17aceb51a98447a8b2807822af 0.02 MB 40 815
128,573 128,573 0000000000001474c63a4f52de4b773330b53e274d0cc8796fdb4829f179fec8 0.01 MB 16 465
128,572 128,572 00000000000007ac4e3cf80bcbf0d0681ac7bcf3879db29f15c3d56547700748 0.01 MB 20 1,013
128,571 128,571 00000000000006000a78c1c1507c6e8b3c7f05067e3cd205852110b30b15844b 0.01 MB 16 539
128,570 128,570 0000000000000fc0517e0f649469315044b408e682c05d3c234a65dcf30f2601 0.00 MB 12 213
128,569 128,569 0000000000000dcdca6b03a71dfe8d41599ebd64e22f8f08d672e3be4c3982f0 0.02 MB 42 418
128,568 128,568 00000000000014379ef357d79f9faea6e2a2fce3910711fec0b242543810a0fd 0.01 MB 29 488
128,567 128,567 00000000000024fa1fcc9e1c8250008e24fabba8684a0f8518de58964df127a8 0.02 MB 64 170
128,566 128,566 00000000000011668773dec53c7a6d9a5e8182f412956153fffed1f0515750a3 0.01 MB 12 674
128,565 128,565 00000000000009a8cb8bdf6c37ed90c4f1744df17ede6be999457aa77ab10eb2 0.01 MB 15 143
128,564 128,564 0000000000000fc036a0077273be15affee48df1a02558e6e013ff79354a5093 0.00 MB 1 0
128,563 128,563 00000000000009c0d38b69a9daf0ace209a77be34380f0c762ab07cd88248560 0.01 MB 25 778
128,562 128,562 00000000000000d1dd7d55e96317cecd28ee7075d2990c1fd80f5af31c3e866b 0.03 MB 84 237
128,561 128,561 00000000000014ce680d4ad0dfb05d1dc68faa3ef4177b64e52d5215c9d16ca1 0.01 MB 21 1,620
128,560 128,560 0000000000000b67901f78747c73dfa7a4b93322c02bf8c3b20ddd3b46720eac 0.01 MB 26 693
Previous 10 blocks ↓
Total Size: 769.04 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,626.27 GB sent, 93.06 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.