Loading Tool

Explorer IconExplorer

Memory Pool

42,982 transactions
27.91 vMB
0.06102778 BTC
Random Selection Loading Transactions
Max Size: 147.24/200 MB

Candidate Block

Mining Attempt a2f2335136de7e0ed981d77e9219f7a36aea013063fb4c1b2b9d98384f754849
Version 20000000
Previous Block 00000000000000000001df441194999cee64e33a9cb681f5d079c783db8bbb61
Merkle Root e2b0771c581b407e035dbd64ef69bcbddbbb9542cf77acc6e188abf4e97d18b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,392
Size: 1.00 vMB
Total Fees: 0.00866452 BTC
Feerates: 100.36 > 0.87 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,808 (516,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
398,613 398,613 000000000000000005e45c4bd20c6311cf118b4a84ca4b0ed60c17469d920d44 709 0.36/1.00 vMB 35
398,612 398,612 0000000000000000001b516b5440edadb6ae90403b8e5e542e2e2b56c7b449f9 203 0.12/1.00 vMB 25
398,611 398,611 000000000000000001ae50f6d72db585e261048ea15148bfea15d1635d746156 1,255 0.90/1.00 vMB 26
398,610 398,610 0000000000000000009743ecea0bca41ef3f1f104a5183a4faea336a1ce0d205 1,671 1.00/1.00 vMB 28
398,609 398,609 000000000000000000d61fc3c0f6d4204549e26bf1b7d09beacdf9feb3c66068 2,730 1.00/1.00 vMB 59
398,608 398,608 0000000000000000011a2ddcef920939c8831e6ef89683fe374f7ad004bef58e 1,694 0.69/1.00 vMB 45
398,607 398,607 0000000000000000057b1beb56fa4e33dff030542b11dd9b78405059740c2391 471 0.93/1.00 vMB 10
398,606 398,606 0000000000000000071661dd35bb50b2f32eb5d2a986ae4abb1ef425a5f936fa 1,021 0.99/1.00 vMB 25
398,605 398,605 000000000000000007246723e292231348adc4f5195ff293b3bcc984873c2148 585 0.28/1.00 vMB 38
398,604 398,604 00000000000000000009f7ba38088f122a0104c5eaa3b1a1fd5f1349632daccd 2,272 1.00/1.00 vMB 44
398,603 398,603 00000000000000000650dd60e83b4d81b7a50e28b5629459f06e79f9559cec91 577 0.92/1.00 vMB 14
398,602 398,602 000000000000000005131f4760ab71326fe2342f9e0e5815ba0a9703276bcbd3 1,386 0.75/1.00 vMB 36
398,601 398,601 0000000000000000009a26e6bbd2db4c9d98bbe4fdc593e10d877d403a4e55b3 419 0.25/1.00 vMB 29
398,600 398,600 0000000000000000007c6f4b423e53345f75666bcc6a6dc14442659b7cc24a87 1,879 1.00/1.00 vMB 48
398,599 398,599 00000000000000000177f25a4bfdfa0692620c65b0d0e2ba00f948c31f1fcfd6 1,791 0.81/1.00 vMB 48
398,598 398,598 000000000000000000af5839511c20f5de07cec97e143baadaf19cf34cfab5e2 1 0.00/1.00 vMB 0
398,597 398,597 000000000000000001a7c06c7d0bf3790e2a78ee2b9bf617a1d8c303dfb20274 992 0.92/1.00 vMB 20
398,596 398,596 000000000000000002338535d53335cd7eb7a3bff4aef12e7879e6fb9adfaf54 1,255 0.76/1.00 vMB 54
398,595 398,595 000000000000000003ce00bba04a1853e81e28832829b7f5e15a255ec47a74a2 2,006 0.95/1.00 vMB 49
398,594 398,594 000000000000000001f0b53f049e2620007b19b4245070bcdca113d6be638fa5 290 0.32/1.00 vMB 17
398,593 398,593 000000000000000005f7ef0c8a46a8fedf1491e93cbb05b666e59e0de88f38d3 1,490 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 650.81 GB
    • Received: 13.33 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.