Loading Tool

Explorer IconExplorer

Memory Pool

84,393 transactions
31.51 vMB
0.09834214 BTC
Random Selection Loading Transactions
Max Size: 192.18/200 MB

Candidate Block

Mining Attempt aa4e0c19ae3c07497fa54ef4adc3fd2e0697b32e063daad17857508103cd1678
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root 6094ef270a32860d410ef0e04ba987191bab6c27a7fd4c868103abfdf2bc5281
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,431
Size: 1.00 vMB
Total Fees: 0.02522505 BTC
Feerates: 150.77 > 2.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (408,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,337 506,337 00000000000000000056020cd9485d9f84c8d01fcf0a5f49822e8f871a052597 307 1.00/1.00 vMB 18
506,336 506,336 000000000000000000018cdc81434f2352741e3d9c95b0b43faf373ed3dd05db 1,213 1.00/1.00 vMB 147
506,335 506,335 00000000000000000005b9f2719c0e09b9c8cedfdd5043ae05628dd488aa45c9 509 1.00/1.00 vMB 18
506,334 506,334 000000000000000000288b761212cbb355d4394b908debbe5ccce83e824c096b 784 1.00/1.00 vMB 24
506,333 506,333 000000000000000000389f18f5c55a02d8e4090053ed55cab5f7d34232e9c637 1,882 1.00/1.00 vMB 170
506,332 506,332 00000000000000000017d3a46267446c01b86ba6c8b587e003ba12d762cc7399 1,801 1.00/1.00 vMB 172
506,331 506,331 00000000000000000047fd4afe9359be1bb1d3592819453f6f188664ac0f23c1 1,097 1.00/1.00 vMB 68
506,330 506,330 0000000000000000004e2421bba693219b7b5b9e258757ce31d6404ba5a92d22 631 1.00/1.00 vMB 43
506,329 506,329 00000000000000000022e07fab9b77dbe068f07220927653478548250bc93303 1,777 1.00/1.00 vMB 93
506,328 506,328 00000000000000000024843589bd1a5db8954cddd54723239b64da69d1ea8914 1,446 1.00/1.00 vMB 65
506,327 506,327 0000000000000000002cbfd3c92efdfb0c38a76265ebcf1975c6df280dd00d81 2,065 1.00/1.00 vMB 181
506,326 506,326 00000000000000000043eefcebbd30810ad1a62b1abbed636ff7ec6521e741de 1 0.00/1.00 vMB 0
506,325 506,325 00000000000000000031093b660ac6e373c5f646f1d8809dba4e0ee9fe860ac7 1,250 1.00/1.00 vMB 60
506,324 506,324 0000000000000000001b46a2e7788d1e383e834cc6d0aecc9ec75aeed99f2c13 1,951 1.00/1.00 vMB 211
506,323 506,323 0000000000000000005b012fa10a9c89ad22c8ca8136c5868d5d83a2948cab98 1,034 1.00/1.00 vMB 109
506,322 506,322 00000000000000000040de685530b0ae175f7a744d2fa188699fc5376d3faf6e 1,538 1.00/1.00 vMB 107
506,321 506,321 0000000000000000000eae98e2797e4acca04e87d8acd8e6e383064b1cb26dc2 1,452 1.00/1.00 vMB 106
506,320 506,320 0000000000000000006aafef1e1737fbcd4fccb65ecd16e6355354c9f67da1ca 85 1.00/1.00 vMB 6
506,319 506,319 00000000000000000007a5830544766f7b5d0471a33f85dd2d4c64f7f6e9d702 1,953 1.00/1.00 vMB 181
506,318 506,318 0000000000000000003c50ff5f595ab15a5837efbacb56735d2a65716fcba41e 908 1.00/1.00 vMB 8
506,317 506,317 0000000000000000004fadaa82fb3c23d01de4e347b33e92dd66ebf4d1e133e5 1,384 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.97 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: 716.11 GB
    • Received: 17.78 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.