Memory Pool Memory Pool Refreshing

8,321 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,919 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (790,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,512 117,512 0000000000005ab8e86e857d7aabd41cc7b437a741f615b4998bd7df1172a02f 0.00 MB 1 0
117,511 117,511 000000000000226b17653063cdbc3adb77d4ae7e3d1cb7bffd2ada7a828e53cb 0.00 MB 3 1,937
117,510 117,510 00000000000045ca1b1e5492a2c0711d8e3d141a68aaa94ed2ff5cde7fafcce8 0.00 MB 3 1,141
117,509 117,509 000000000000c89dc5c2a19c8da600777fa016d852ede3f648b62257f237b6d2 0.00 MB 1 0
117,508 117,508 00000000000054c8768c90d657fae959f4430b8303e7dc799a903c34ec986176 0.00 MB 4 0
117,507 117,507 0000000000001d7c3702facc9780902681774b08d5a1cc9742c04e233ab57667 0.01 MB 25 2,408
117,506 117,506 000000000000a4147353b5ada7623649fab1ed7fb883d34112f5f5c837e0dd4e 0.00 MB 8 890
117,505 117,505 000000000000c4d557a2379d74872eb039c95dceb990f9b11828185abcc4556c 0.00 MB 9 986
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
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.