Loading Tool

Explorer IconExplorer

Memory Pool

48,215 transactions
21.04 vMB
0.06859700 BTC
Random Selection Loading Transactions
Max Size: 120.15/200 MB

Candidate Block

Mining Attempt cd8f4cf5d3daf5e8f63bf084d52c158563b6b18cbf849374d8f32196aa8a1a49
Version 20000000
Previous Block 000000000000000000006ea3e72bd5e696ffc57bed7c8271f2ae54a7ad737158
Merkle Root 2a168885f5ffb9002958aa6e3325bc70ea88ae7f9cd8f90b086ce1f7e4c2906e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,187
Size: 1.00 vMB
Total Fees: 0.02641037 BTC
Feerates: 501.52 > 2.65 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,967 (341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,626 913,626 00000000000000000001c502407c79329580e06b9e8b8f002d0c95031ee97480 5,919 1.00/1.00 vMB 0
913,625 913,625 00000000000000000001e7c45d4ac10931ac78b8bf7a7faab9fcce3066ef624f 3,669 1.00/1.00 vMB 3
913,624 913,624 000000000000000000015c351a6326ff5f4ed3c94ef9e16345a26a06c2a4d16c 3,352 1.00/1.00 vMB 1
913,623 913,623 000000000000000000000152ef431df255965eaa75faebb743672d88185b6317 3,366 1.00/1.00 vMB 2
913,622 913,622 000000000000000000005951823b1e5620028cff0d13492685dc59b62d0ff5ea 3,542 1.00/1.00 vMB 6
913,621 913,621 000000000000000000018a8003492cbdec5695b2cec8197f7ffb6a62f2878539 6,186 1.00/1.00 vMB 1
913,620 913,620 0000000000000000000207ffcf459eecfaf8824779406c0edceaace30effecb9 270 0.06/1.00 vMB 1
913,619 913,619 00000000000000000000fb1630496c7e34e063b71d939ab902e384e9efb99f59 6,676 1.00/1.00 vMB 0
913,618 913,618 00000000000000000000ad14c729a8d4bbc6396f1f53a1fa854fac9b38dbedb2 6,708 1.00/1.00 vMB 0
913,617 913,617 0000000000000000000115399d8005a98a4507eb861c3153a21740072f0170e6 5,112 1.00/1.00 vMB 0
913,616 913,616 00000000000000000000b9b9e05790eb9491b20ac20d2d605330859680048819 3,834 1.00/1.00 vMB 3
913,615 913,615 000000000000000000019bd8eacb07bf2ff53a28712cce82a4fa3ad7b4389a63 3,249 1.00/1.00 vMB 3
913,614 913,614 000000000000000000019cc34fdb6ed057a81c821edf01a280ed6b61e30e884e 5,261 1.00/1.00 vMB 1
913,613 913,613 00000000000000000000b57e1e50d1f152c56cdec5b71d8faf89d57a79b32778 5,069 1.00/1.00 vMB 4
913,612 913,612 00000000000000000000670a8663c76bbf570ea8793ccbddeabf789645d8bde4 3,573 1.00/1.00 vMB 2
913,611 913,611 00000000000000000000f0adf2cae22ac11d063fd193b4ee96875016aee083a2 3,443 1.00/1.00 vMB 2
913,610 913,610 0000000000000000000006b8cd749f0c7c596ee0c872b259bbb97a1d7572ac5b 5,271 1.00/1.00 vMB 0
913,609 913,609 0000000000000000000045d1d18f0e3432db80759606786aaa5ffeb8486d01c2 3,695 1.00/1.00 vMB 3
913,608 913,608 00000000000000000000f430fa9f015bb453f99990c2d9f93b36b95a54213e76 6,961 1.00/1.00 vMB 0
913,607 913,607 000000000000000000011904d82e83ae11ee9c9afb80d83e84186ab9b30383bb 4,810 1.00/1.00 vMB 1
913,606 913,606 00000000000000000001e55ac955ef4fd587cc8f78fdcaf7ddfaf001bd57d3bd 1,399 0.40/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 780.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 536.46 GB
    • Received: 6.00 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.