Memory Pool Memory Pool Refreshing

8,883 transactions
2.95 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,828 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (790,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,518 117,518 00000000000091b4f3544d2d1ec3abcfe6d2803e01f70ab399baa3b53bd0cd90 0.00 MB 13 307
117,517 117,517 000000000000879881bd9ca6d082fa019c7568283480b059b9a4dc8dd2d1879d 0.00 MB 16 1,336
117,516 117,516 0000000000007b6d95f69036d5e0965ccfcbe80effa3e264cee4099ccec23848 0.00 MB 5 4,136
117,515 117,515 0000000000006cfbe032c664585d9e0a90dbd02e675f4d0f4e9714d12752d0c7 0.00 MB 3 1,286
117,514 117,514 0000000000005fd63cd5fbb82282840f67175ee162775a7687d5cc82aee7d49c 0.00 MB 8 674
117,513 117,513 000000000000995e6429a632e9481a12ae88ec9f6b4380f65b6a52f810dba516 0.01 MB 21 547
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
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.