Loading Tool

Explorer IconExplorer

Memory Pool

75,417 transactions
27.73 vMB
0.07527614 BTC
Random Selection Loading Transactions
Max Size: 169.17/200 MB

Candidate Block

Mining Attempt c1ea147d5e26c60b784ceff729225e06fd8ec7eb8055fca609a04d35fe63dfa7
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root b8718efe15b1dfaf152b86746b486475a1a8c06155718438ec2499a99aa71ec6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,659
Size: 1.00 vMB
Total Fees: 0.01588382 BTC
Feerates: 99.50 > 1.59 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (366,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
548,619 548,619 00000000000000000007b9c471ace1d2b2cca137fecb1ebd695325ec29e46b2e 2,815 1.00/1.00 vMB 20
548,618 548,618 00000000000000000023f06e14757f2afb9e9032ff9b5f446bddf9631145b978 3,141 1.00/1.00 vMB 15
548,617 548,617 0000000000000000001bba3ea2d86af090c404f6cb38b1d2c31c172983d1230f 2,605 1.00/1.00 vMB 9
548,616 548,616 00000000000000000006f8b527cfddacc0c5fdd783b82254a779d6f191bd5cd1 2,863 1.00/1.00 vMB 4
548,615 548,615 0000000000000000000e79a80509101379eff1ee519658e28fe2cfaccdc69524 2,615 1.00/1.00 vMB 18
548,614 548,614 0000000000000000001447a5603ba6184cf2e4cdd1a4ee81e52b848cc4361845 2,626 1.00/1.00 vMB 9
548,613 548,613 000000000000000000206e185d902dc47390245346d8cf8e19b02a7e698e876d 2,568 1.00/1.00 vMB 18
548,612 548,612 0000000000000000002079f366d34a4e3dfa68b799bed643f0bbf508090dee50 1,976 1.00/1.00 vMB 6
548,611 548,611 0000000000000000001ac0ae17e7681f600b9d1d599727352df7787c23514589 2,869 1.00/1.00 vMB 24
548,610 548,610 0000000000000000001f8f8da43dd65068f5dfa46da55bf7d4f85c0d92c7f121 1,328 1.00/1.00 vMB 14
548,609 548,609 000000000000000000161d83ee49bdc592500c249b536054c65f777db85698aa 1,202 1.00/1.00 vMB 9
548,608 548,608 00000000000000000002cf15b0bd3816ba27ff142f72c7300c166ff737fcd9b1 2,317 1.00/1.00 vMB 16
548,607 548,607 000000000000000000155b481429cac8790d0d8391747bce307563a898d38d47 2,350 1.00/1.00 vMB 4
548,606 548,606 0000000000000000000b07b29adc5b2b44a45fe84eff941f83da8d5f45258838 2,970 1.00/1.00 vMB 20
548,605 548,605 0000000000000000001b98aedbc5b0cdc6e5f3129d036ad4befc35d62176f93c 2,815 1.00/1.00 vMB 11
548,604 548,604 000000000000000000049f2e3ed30dd00e20ff70c11f6e2b2dd727d844768fa1 2,981 1.00/1.00 vMB 24
548,603 548,603 00000000000000000025091aeed0945ba8deaba73546f4507f6acbed71d51da1 682 0.24/1.00 vMB 17
548,602 548,602 00000000000000000019e1b5caa8bebac88e41a01c9d7c1eed12a1966e7b251f 3,026 1.00/1.00 vMB 9
548,601 548,601 000000000000000000214a831e6c22f31292f393b7c1ae0f32449174f145599e 2,137 0.75/1.00 vMB 20
548,600 548,600 0000000000000000000c1ef346db38c65e93270504bd2fd1498cf59bf4455066 2,384 1.00/1.00 vMB 11
548,599 548,599 00000000000000000015d2ce0b54e1f41f379d9096b9bc9e4317a833837a0e93 1,789 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.84 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: 712.18 GB
    • Received: 17.16 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.