Loading Tool

Explorer IconExplorer

Memory Pool

39,175 transactions
28.68 vMB
0.06204744 BTC
Random Selection Loading Transactions
Max Size: 145.69/200 MB

Candidate Block

Mining Attempt 2b3c84c9aeda7430d0c58d71116d8625e84c74ad5094e9cf194f288b4b8cd94e
Version 20000000
Previous Block 0000000000000000000172f408868dfd9c95d80046967b5978bb59a25e069243
Merkle Root 0c6d738c65e8f160ae5db58e815e3149f7fd7d97c999d8c368d4daab2c55b1e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,762
Size: 1.00 vMB
Total Fees: 0.00657985 BTC
Feerates: 40.21 > 0.66 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,544 (797,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,516 117,516 0000000000007b6d95f69036d5e0965ccfcbe80effa3e264cee4099ccec23848 5 0.00/1.00 vMB 4,136
117,515 117,515 0000000000006cfbe032c664585d9e0a90dbd02e675f4d0f4e9714d12752d0c7 3 0.00/1.00 vMB 1,286
117,514 117,514 0000000000005fd63cd5fbb82282840f67175ee162775a7687d5cc82aee7d49c 8 0.00/1.00 vMB 674
117,513 117,513 000000000000995e6429a632e9481a12ae88ec9f6b4380f65b6a52f810dba516 21 0.01/1.00 vMB 547
117,512 117,512 0000000000005ab8e86e857d7aabd41cc7b437a741f615b4998bd7df1172a02f 1 0.00/1.00 vMB 0
117,511 117,511 000000000000226b17653063cdbc3adb77d4ae7e3d1cb7bffd2ada7a828e53cb 3 0.00/1.00 vMB 1,937
117,510 117,510 00000000000045ca1b1e5492a2c0711d8e3d141a68aaa94ed2ff5cde7fafcce8 3 0.00/1.00 vMB 1,141
117,509 117,509 000000000000c89dc5c2a19c8da600777fa016d852ede3f648b62257f237b6d2 1 0.00/1.00 vMB 0
117,508 117,508 00000000000054c8768c90d657fae959f4430b8303e7dc799a903c34ec986176 4 0.00/1.00 vMB 0
117,507 117,507 0000000000001d7c3702facc9780902681774b08d5a1cc9742c04e233ab57667 25 0.01/1.00 vMB 2,408
117,506 117,506 000000000000a4147353b5ada7623649fab1ed7fb883d34112f5f5c837e0dd4e 8 0.00/1.00 vMB 890
117,505 117,505 000000000000c4d557a2379d74872eb039c95dceb990f9b11828185abcc4556c 9 0.00/1.00 vMB 986
117,504 117,504 0000000000005152c30ebe32459e5915d973da8866532dcd5098757288bc07a3 7 0.00/1.00 vMB 0
117,503 117,503 00000000000099d5418a957bb94fd16877ba02efa16b72a5dff22afe84dd6ecd 8 0.00/1.00 vMB 1,012
117,502 117,502 00000000000081abac0c0a172e02522728ef7d3918b085d1e288f8aae65b354d 1 0.00/1.00 vMB 0
117,501 117,501 000000000000943972f7079d75863b2732179876ed65726bae871ab6e6a149e7 4 0.00/1.00 vMB 3,870
117,500 117,500 0000000000002a271c9d723d7c7221648c7d64bd93e24bfbfd54440726b791a1 12 0.00/1.00 vMB 0
117,499 117,499 00000000000063e758f270520443db48a43021ab983ced38049dbcfff709d084 20 0.01/1.00 vMB 726
117,498 117,498 0000000000008df492fd0c17b0d3c3d756f8b9140523ce42ade2614591ff937b 11 0.00/1.00 vMB 1,478
117,497 117,497 0000000000007c6cfcc67e51bff3beb54af79e554a30d9c0275a114e18c13424 9 0.00/1.00 vMB 0
117,496 117,496 0000000000004376d839a5dd389f44a4481e3ba3a384bb44908e93e367273496 12 0.01/1.00 vMB 181
Previous 10 blocks ↓
Total Size: 781.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 622.72 GB
    • Received: 11.37 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.