Loading Tool

Explorer IconExplorer

Memory Pool

83,203 transactions
30.69 vMB
0.14438552 BTC
Random Selection Loading Transactions
Max Size: 184.70/200 MB

Candidate Block

Mining Attempt 3694488f078e6f43c7c2763d1a721c8870c057663e8d9c0dbd521b51f69f44d3
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root e2fbe4836b963c3f8e8a5a29a4b9c29386e9fd0efb09185151f0b9c1ad9c1555
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,355
Size: 1.00 vMB
Total Fees: 0.07955624 BTC
Feerates: 150.77 > 7.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (416,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,751 498,751 0000000000000000003e04034b9e82aed85576ed68a5ef0ed25c14d7a7413875 2,986 1.00/1.00 vMB 395
498,750 498,750 00000000000000000083ac8c12a626f59680935e01177946f3eaa81e85040db8 3,075 1.00/1.00 vMB 383
498,749 498,749 000000000000000000a3b30816ba012d5481b8f4630976326917978479252086 2,543 1.00/1.00 vMB 411
498,748 498,748 00000000000000000088f105cc06367f49e9fd1d331c0bbf8cbec5ae8ff3f5e3 1,137 1.00/1.00 vMB 425
498,747 498,747 00000000000000000042c1c49394bc7e1634be70b3c99d09efa31bc3f5b66d0e 1,865 1.00/1.00 vMB 439
498,746 498,746 0000000000000000006309a0ad6ee1db83f32c73fcf1d4e3fafb01c63b3265a2 2,086 1.00/1.00 vMB 329
498,745 498,745 0000000000000000008ee4d35a21288c64254adcb1e6d14500246f86c8c983f8 196 1.00/1.00 vMB 113
498,744 498,744 00000000000000000001782dbc71c1b7b98d5862dfde95a1c7c83834c6086005 962 1.00/1.00 vMB 127
498,743 498,743 0000000000000000005fae61f314cf2543604f0efef315ce855e19756c711414 2,233 1.00/1.00 vMB 318
498,742 498,742 0000000000000000007ba264a3de47b39872f68322751d3b85706cbf5bf7029c 574 1.00/1.00 vMB 140
498,741 498,741 00000000000000000048bcaa7b0a8d076f92f31fb2690d6b9ae0abddd41d5f5b 1,965 1.00/1.00 vMB 247
498,740 498,740 00000000000000000013b7cfd5b6f20cba6a4518359b05fc41f68a5cd3e568db 1,145 1.00/1.00 vMB 200
498,739 498,739 000000000000000000ad732b4fac63efc9d950247d93024ff0bc7f8175834ec6 447 1.00/1.00 vMB 129
498,738 498,738 0000000000000000001d4ce2fd60767a0f9112bb6541bda2019a4c7a0d6ea19c 2,375 1.00/1.00 vMB 152
498,737 498,737 000000000000000000331485ed93e8129768a535dbd100295eb3ef4d9ac5f5d7 2,420 1.00/1.00 vMB 243
498,736 498,736 00000000000000000004148698670fa521b89713d31d9e0229434ea903405102 2,120 1.00/1.00 vMB 252
498,735 498,735 0000000000000000008b38102cc356add2fa6bc7047dc6e461866a6b3d967de5 2,565 1.00/1.00 vMB 342
498,734 498,734 0000000000000000006d7135335604738a125f798892c0d0c4fcb6189a9ef003 2,483 1.00/1.00 vMB 391
498,733 498,733 00000000000000000051e195c4fdf30271b7ad59cbe168c21ba7b831256c9be4 2,316 1.00/1.00 vMB 379
498,732 498,732 00000000000000000046f5be02c1b69a2969c5eb1c29ebfae1047fc1a888da2b 2,572 1.00/1.00 vMB 230
498,731 498,731 000000000000000000807eaec4dc0c1127ec800446ce19efbdf6194e6a35a994 2,482 1.00/1.00 vMB 227
Previous 10 blocks ↓
Total Size: 782.33 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: 660.44 GB
    • Received: 14.75 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.