Loading Tool

Explorer IconExplorer

Memory Pool

86,132 transactions
31.31 vMB
0.09361613 BTC
Random Selection Loading Transactions
Max Size: 190.55/200 MB

Candidate Block

Mining Attempt eac0467a6c34e7668b26d2cbd63e7f7ec44e74040f59698402e7a7ca86629394
Version 20000000
Previous Block 000000000000000000004034f963b6c74ab0fcd958dffc4d075448b0a55af711
Merkle Root aade08f8b9588c7699b66b8b7be41789ffeceff762c1eb9ca16a1880ce61d3c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,431
Size: 1.00 vMB
Total Fees: 0.02036254 BTC
Feerates: 500.45 > 2.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,076 (339,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,826 575,826 0000000000000000001ae333e86dbd01da5ef56fe4b9008f044b7610b0cb29c2 801 1.00/1.00 vMB 9
575,825 575,825 00000000000000000025f185633f584a395c473811272120032339d494c6c66b 346 1.00/1.00 vMB 8
575,824 575,824 000000000000000000178bf1c9c0f50e1de1510e6c92f5882fd6a9adf38598c4 1,777 1.00/1.00 vMB 11
575,823 575,823 000000000000000000042889038a07fd06c0ca6b55baf41d778af8ef52d6615c 2,284 1.00/1.00 vMB 15
575,822 575,822 00000000000000000013e0c6744b596d8b3107e4c70ba42dd090dd0e2ef0e7ce 2,778 1.00/1.00 vMB 42
575,821 575,821 00000000000000000016736d32952aabfd60a2d3924986ba7de1d463f3fde11c 2,665 1.00/1.00 vMB 62
575,820 575,820 00000000000000000002f29e1f50b7c400ba4b91dc9f162bdb5a44b85d494f91 2,800 1.00/1.00 vMB 81
575,819 575,819 00000000000000000008a515aae24fc4380d466c1d0fd4c6db4dbb1bcc792b0d 2,551 1.00/1.00 vMB 58
575,818 575,818 0000000000000000001539f860aa07899147fb265c886f8680cb6a0edf5be696 2,599 1.00/1.00 vMB 14
575,817 575,817 000000000000000000228580e186cf93b0c87a8c132379c3c304666755834e76 2,451 1.00/1.00 vMB 44
575,816 575,816 0000000000000000000422f2c9b59ed9c068497f29d90bc73ea01e37bbb9064b 2,467 1.00/1.00 vMB 79
575,815 575,815 00000000000000000019372dd410e3b6e38bb12306cb65c2c5e9e1efac9ca63e 2,431 1.00/1.00 vMB 94
575,814 575,814 00000000000000000023110bc6126d1a7b4145aa380fba956b1de4020da1404c 3,105 1.00/1.00 vMB 112
575,813 575,813 000000000000000000135f131e0fc5d1a2c25097d042b53f3764f7a420d0b802 3,249 1.00/1.00 vMB 116
575,812 575,812 0000000000000000001e99d742b3beec23859fa334e69f2c586d4a646fc4a508 2,644 1.00/1.00 vMB 91
575,811 575,811 0000000000000000002553916ebc3ec5641f451160c8d082ca81a6494e5f21b0 2,628 1.00/1.00 vMB 126
575,810 575,810 0000000000000000001a5a791ca9e29631342fe607087415cc27d21fabdeb23c 2,542 1.00/1.00 vMB 19
575,809 575,809 00000000000000000025bb01b0ea58a43be9898b6b3110bc93333063fd07e77e 2,702 1.00/1.00 vMB 99
575,808 575,808 0000000000000000001d3b85ecc3c952986da8a98628467f39387bf457d640b8 1,019 1.00/1.00 vMB 21
575,807 575,807 000000000000000000194b4d7c4f219f1ef866ea0c63a99305a41062ef827680 1,584 1.00/1.00 vMB 30
575,806 575,806 0000000000000000001cc19ee527ca0179883e79e84e1b37fd2259fbdf713217 2,402 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.53 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: 668.95 GB
    • Received: 15.66 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.