Memory Pool Memory Pool Refreshing

14,130 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (790,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,504 117,504 0000000000005152c30ebe32459e5915d973da8866532dcd5098757288bc07a3 0.00 MB 7 0
117,503 117,503 00000000000099d5418a957bb94fd16877ba02efa16b72a5dff22afe84dd6ecd 0.00 MB 8 1,012
117,502 117,502 00000000000081abac0c0a172e02522728ef7d3918b085d1e288f8aae65b354d 0.00 MB 1 0
117,501 117,501 000000000000943972f7079d75863b2732179876ed65726bae871ab6e6a149e7 0.00 MB 4 3,870
117,500 117,500 0000000000002a271c9d723d7c7221648c7d64bd93e24bfbfd54440726b791a1 0.00 MB 12 0
117,499 117,499 00000000000063e758f270520443db48a43021ab983ced38049dbcfff709d084 0.01 MB 20 726
117,498 117,498 0000000000008df492fd0c17b0d3c3d756f8b9140523ce42ade2614591ff937b 0.00 MB 11 1,478
117,497 117,497 0000000000007c6cfcc67e51bff3beb54af79e554a30d9c0275a114e18c13424 0.00 MB 9 0
117,496 117,496 0000000000004376d839a5dd389f44a4481e3ba3a384bb44908e93e367273496 0.01 MB 12 181
117,495 117,495 0000000000002ec48556593336cf685a86b3cdaaf4e8d3e4383f2397736165ea 0.01 MB 24 680
117,494 117,494 0000000000004095d17e3da19ab221fbecc2c43ff5a83188fc189c59665294ea 0.00 MB 5 776
117,493 117,493 000000000000846c977895652e5ab9f82e45beda9f726be1cf50dc5652972f68 0.00 MB 9 0
117,492 117,492 000000000000c90e7f1b95e4d1b72682ba5fd401143df39bfcf4fde8c8e1b745 0.00 MB 12 578
117,491 117,491 00000000000058476a7a4779c4df89aa6a2738303207488f03e4c2288be38932 0.01 MB 17 924
117,490 117,490 0000000000005aaad73667413c6feb976a27ca190006618fe607f2e74f0794bc 0.00 MB 13 548
117,489 117,489 0000000000009b5c6d7e2051bad062eab5f252eb54afecd12ab53f4879414e7b 0.00 MB 3 1,515
117,488 117,488 000000000000baa911682d4cf97e4ef24d0aef543424eacd07325d02293462ac 0.00 MB 9 1,130
117,487 117,487 000000000000a9900a42defa9d3f3dd434f35a57c11981c2ec1ca27790b0c89c 0.00 MB 6 1,531
117,486 117,486 0000000000002485000c17e01a5179207ce654ed4c4d7a3fcba37f17bb3c8e54 0.00 MB 4 3,865
117,485 117,485 00000000000035eb946fe9542c2c2bac428ef5d41c6aa1b942ef2d466594da95 0.00 MB 5 0
117,484 117,484 0000000000008a96ef0c90d0641d16997d5a5d598e91b51b01e88e885c6182ee 0.01 MB 17 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,622.95 GB sent, 92.96 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.