Loading Tool

Explorer IconExplorer

Memory Pool

76,056 transactions
28.78 vMB
0.07029491 BTC
Random Selection Loading Transactions
Max Size: 175.89/200 MB

Candidate Block

Mining Attempt a42b311439a02186aa44c89be6788b746ecc06328c0ee70f3e6b9c7d3ee9934b
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root abee23d48add77eaf87b63204bc8e0e2c640cd6c0855ee25bcbde5e336e99b53
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,013
Size: 1.00 vMB
Total Fees: 0.00778188 BTC
Feerates: 104.17 > 0.78 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (320,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,329 594,329 00000000000000000016ba882c23762bfa768efcac2288fcd3b986d006cb77c1 2,227 1.00/1.00 vMB 11
594,328 594,328 00000000000000000013a93d68d42458d3e2359ce068040b30896110cc642b88 2,980 1.00/1.00 vMB 34
594,327 594,327 00000000000000000003fb8f1aff8105c5c67ed2ef8839ca02fa18f1e876d0d8 3,039 1.00/1.00 vMB 47
594,326 594,326 000000000000000000005dc79a5bdf740f75458e02d825da631b71e6bb38e8eb 2,400 1.00/1.00 vMB 5
594,325 594,325 00000000000000000010c4648a3e2752c0aa551014b05dd00f5d6c342aa9d4d4 2,697 1.00/1.00 vMB 26
594,324 594,324 0000000000000000001741f8c8246f2393fa5e9113c6634445e549270ca7cfbd 1,352 1.00/1.00 vMB 13
594,323 594,323 000000000000000000048d5e923c8dae641c8fb7936c1c636923b3ceb0056e7d 533 1.00/1.00 vMB 14
594,322 594,322 00000000000000000009a86ccb65ffd799d8c9834abd73a01ea9fa34469b9c3c 2,426 1.00/1.00 vMB 22
594,321 594,321 000000000000000000086ec1b70e7cdd7cdc7ac0d345188aef2e1842467776ed 2,633 1.00/1.00 vMB 38
594,320 594,320 00000000000000000001a1849b2c9e9dc861d4a990529c46046bf03315b58dad 3,070 1.00/1.00 vMB 51
594,319 594,319 0000000000000000000950ca103282375258bd30c23dc1e3923bb2a1fc52f9ac 295 1.00/1.00 vMB 12
594,318 594,318 000000000000000000001489b9da6541e09519495b83e26d23fc85eda4594b6e 2,886 1.00/1.00 vMB 39
594,317 594,317 000000000000000000104c38b872d6067664f14d3539282715c15b0900828a70 1,549 0.68/1.00 vMB 14
594,316 594,316 0000000000000000000c367d85c23eb6466516eee670bb1308b0c902d2794b32 875 0.49/1.00 vMB 19
594,315 594,315 000000000000000000100a8d44b48daebd3cdae2e6e4e37331404efe7e0e12a0 1,539 0.73/1.00 vMB 17
594,314 594,314 0000000000000000000bc567cc052343c6b621a8748a7afaa1d450f0085030b0 524 0.31/1.00 vMB 16
594,313 594,313 00000000000000000018cbb528e4fef91fbb8fe4f332ce2f50add359b6f377e5 1,811 1.00/1.00 vMB 11
594,312 594,312 00000000000000000017de39e496e1bb63c8ee10f95021ab97e05e29897cdd2a 2,535 1.00/1.00 vMB 36
594,311 594,311 0000000000000000000684fe33d13675a0a19fa7093519f17f985af11fe2cd3f 1,492 0.98/1.00 vMB 23
594,310 594,310 0000000000000000000038648c2877fae502b44c92bb67cedccaf93d1edaef7a 2,193 0.94/1.00 vMB 25
594,309 594,309 000000000000000000178e2c94dcc42573c2c08a32ef9837c9c7e2c0c679e723 2,059 0.84/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.82 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: 710.54 GB
    • Received: 17.08 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.