Loading Tool

Explorer IconExplorer

Memory Pool

75,454 transactions
27.53 vMB
0.06572702 BTC
Random Selection Loading Transactions
Max Size: 168.69/200 MB

Candidate Block

Mining Attempt 8e1ac1cb49b82253a7ccaf405ae518b304d8b5e0cf7869cb393cc3e90117b248
Version 20000000
Previous Block 000000000000000000000c18148fdfef4d629c0717edfd345e01c977e0de589f
Merkle Root 0879a642b952a4973cdf01682a119581ed2e544b836a8b0f74f489198fcbc9f2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,544
Size: 1.00 vMB
Total Fees: 0.00702562 BTC
Feerates: 24.01 > 0.70 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,310 (53,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
861,314 861,314 000000000000000000021ff8fc5be1e940e7addc023429a63c37b54fbc1869f5 5,990 1.00/1.00 vMB 3
861,313 861,313 000000000000000000015c888d7c937d2483ae11cdcc3c76064fa5d4cba642f8 5,133 1.00/1.00 vMB 3
861,312 861,312 00000000000000000001c9b3c914cc30bfd9c040ac253a9760b7c85aff5061a2 7,504 1.00/1.00 vMB 2
861,311 861,311 000000000000000000017e922704ad7e5b516f5ed5e8298135730976bdffad6d 5,977 1.00/1.00 vMB 2
861,310 861,310 00000000000000000001a2c8a66e188f0e78062f2ecf8be732cfdec377f5b109 3,194 1.00/1.00 vMB 6
861,309 861,309 00000000000000000001124e11bab04f88f7aab2f85811ef832f5a1de7c06d79 2,594 1.00/1.00 vMB 6
861,308 861,308 000000000000000000022fc269917e9aa7b43bdc5474dcc9efe31c08eda0f2a6 4,950 1.00/1.00 vMB 4
861,307 861,307 0000000000000000000255121d24374bbeee4d8a683d1262e225495cc662e9ae 7,622 1.00/1.00 vMB 2
861,306 861,306 000000000000000000021e5439250bec091e0bb5465b6e58eea5c57c1c3fb2f8 3,626 1.00/1.00 vMB 4
861,305 861,305 0000000000000000000025b3fda3bb4bb4f0e60303deca5a018ad02f20ca57fd 4,503 1.00/1.00 vMB 3
861,304 861,304 000000000000000000016f5e985b007e15a2af91f73ab1d56013712a8e150e41 3,649 1.00/1.00 vMB 5
861,303 861,303 00000000000000000002ed368cbcc972b83007eab0fc5a82121409051cc6b99a 2,589 1.00/1.00 vMB 4
861,302 861,302 0000000000000000000092d57f7e1870a0753b6d38c658fdabdb93b844c4353e 3,828 1.00/1.00 vMB 4
861,301 861,301 0000000000000000000141698d233e484894ed5f61ff6d9503f1bc89d043a46f 3,427 1.00/1.00 vMB 10
861,300 861,300 00000000000000000002ea113f2897c1c1ac3135564e4ca28fb13c4d972d0802 6,176 1.00/1.00 vMB 2
861,299 861,299 00000000000000000002af268bb0b31a1d9f2307f02d5a942fd810e3a70d4016 3,107 1.00/1.00 vMB 6
861,298 861,298 000000000000000000011c45526d15771fd1bc81c95306d9f5ea4aa289cdbe63 4,502 1.00/1.00 vMB 3
861,297 861,297 000000000000000000007c8df1bbb91fde86d6e49258477eea4148f40877bd35 4,715 1.00/1.00 vMB 3
861,296 861,296 00000000000000000002ec7a7ab2fa4e7ecd8cfd02528f6e741b92fd9083000f 4,050 1.00/1.00 vMB 5
861,295 861,295 000000000000000000029224f14319a515d7d9d907ecc89d6fb5f8826e45b3df 3,901 1.00/1.00 vMB 5
861,294 861,294 0000000000000000000124df3e4b7ec748e86b04c9890dfe0bb706fb690533f8 3,284 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.93 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: 714.59 GB
    • Received: 17.57 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.