Loading Tool

Explorer IconExplorer

Memory Pool

46,983 transactions
27.84 vMB
0.08517181 BTC
Random Selection Loading Transactions
Max Size: 147.96/200 MB

Candidate Block

Mining Attempt 8cd7cbd1eb231a4f268e1778c2a6af2c54c14cbfc6fc39973d8c8704149fbd1b
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root cb0c6af86218d6d8febc6d98608b38d2f68a8fc509a3163d63592cc49b128111
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,284
Size: 1.00 vMB
Total Fees: 0.03214455 BTC
Feerates: 500.00 > 3.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (365,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
549,763 549,763 00000000000000000009ae23d2c904f85cac759cd683e68e497dc48b902735a3 2,200 0.84/1.00 vMB 15
549,762 549,762 00000000000000000017effd9f4df7f760c4f47abca2c412e6a034af20ad0cd2 2,684 1.00/1.00 vMB 23
549,761 549,761 00000000000000000019beb75d5efa54c550694e51087fb4d29c2e912e8e864f 2,574 1.00/1.00 vMB 28
549,760 549,760 0000000000000000001a34d0887ae98f2f90d1d8dd32ef8d37f1cc2f983e0f8d 1,073 1.00/1.00 vMB 3
549,759 549,759 0000000000000000000fc3df88acc202be43155e4fd98164c2c9b6a6dde13e19 2,728 1.00/1.00 vMB 6
549,758 549,758 0000000000000000001edf18fb1e7fbe5ff224e12097539a9943b81d5539421f 2,314 1.00/1.00 vMB 10
549,757 549,757 0000000000000000000a74178cec5bb24cdb51a23e63a717cf11e8df74c0bb44 348 0.21/1.00 vMB 4
549,756 549,756 0000000000000000001c53162f213a34a93808260d8c058fdb700874a80fb312 3,045 1.00/1.00 vMB 29
549,755 549,755 0000000000000000001085507a1b8048d1345a9cbefaba623a97cf14e8f2fd66 2,932 1.00/1.00 vMB 15
549,754 549,754 0000000000000000000b068c388848142feace076faf46266405b280382c8541 2,918 1.00/1.00 vMB 7
549,753 549,753 00000000000000000015c92ba1c25ce0b76f81790bc13b5729018e74a0268862 2,040 1.00/1.00 vMB 42
549,752 549,752 000000000000000000098aae0bfeed0df9d3d281ac1e6872d9519a78150e5184 1,275 0.42/1.00 vMB 13
549,751 549,751 0000000000000000000470523bc14b20379e9c140516b4f368613abd6d251582 194 0.06/1.00 vMB 16
549,750 549,750 000000000000000000270770ef94280face20dc38e09e4a65cfe02707cb331ed 871 0.82/1.00 vMB 4
549,749 549,749 000000000000000000259e9af99ae64aef35371176d0e2da11cdc2c3ac3ea0db 3,116 1.00/1.00 vMB 4
549,748 549,748 0000000000000000000cb35a75d3eac8dfb21e5f9e782f8797ab09609d4d8108 1,219 0.55/1.00 vMB 20
549,747 549,747 000000000000000000100d024689bf17f7522e3415a489c8072c69613e251d36 2,977 1.00/1.00 vMB 20
549,746 549,746 0000000000000000001541bbb64e13b3826d629b8b467445630dc0d4b20d12ea 2,234 1.00/1.00 vMB 2
549,745 549,745 000000000000000000199e4d8da7aeadcf9febca8ab2a857037f75ac70f5e9e6 3,207 1.00/1.00 vMB 19
549,744 549,744 0000000000000000001c2a880d408422424b3e00461f5ba02d153efed3c13858 2,353 0.99/1.00 vMB 16
549,743 549,743 00000000000000000001ddc8512a60fcb55cb245e6fe26cb2d1d2c4e235d5871 2,759 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.01 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: 649.37 GB
    • Received: 13.17 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.