Loading Tool

Explorer IconExplorer

Memory Pool

47,084 transactions
27.91 vMB
0.12934160 BTC
Random Selection Loading Transactions
Max Size: 146.39/200 MB

Candidate Block

Mining Attempt 1f9377075f2ca313ef87afa2f3bd925050accbfe3a30bac2f7de74d694cc0a21
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 5681b61e8128dc141128e564008f3b401a7723f112af8604ded5813d902d4c78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,557
Size: 1.00 vMB
Total Fees: 0.05809435 BTC
Feerates: 151.01 > 5.82 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (416,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,880 497,880 00000000000000000049f324a92223d2e9ffeec91fe178432d10db71db76d05e 2,577 1.00/1.00 vMB 101
497,879 497,879 0000000000000000006da43ab72269c5fb68524ba8e447977a913c533946322a 2,650 1.00/1.00 vMB 64
497,878 497,878 00000000000000000062dc3623adc63feff381c7fc66e34b9a7b572b7c3c1283 2,617 1.00/1.00 vMB 108
497,877 497,877 000000000000000000305bbaaaafd2d4d1d23f71d8e1d0ca82b73e201e17e953 2,432 1.00/1.00 vMB 150
497,876 497,876 0000000000000000006d252e0a934a7c52562e45caabced9cfa2aae6951a5ffe 2,112 1.00/1.00 vMB 117
497,875 497,875 000000000000000000b8da947411833ac0a392709fab433d46c212369bbf0492 2,240 1.00/1.00 vMB 168
497,874 497,874 00000000000000000057e2e22fad5cb41668b15eb69a57197e7e18596ce6b4ab 2,425 1.00/1.00 vMB 170
497,873 497,873 000000000000000000b598bba09c6fbdba9689078e259a4962df195101b93e93 2,488 1.00/1.00 vMB 83
497,872 497,872 000000000000000000a78576a0d5233bab0259ed2eb470314294edf303623c9b 1,334 1.00/1.00 vMB 45
497,871 497,871 0000000000000000000f3cc75fc51485b1c573680582e5129dce79da8b6eb638 2,437 1.00/1.00 vMB 103
497,870 497,870 000000000000000000cc926afba3994675fb8afd44cf57a727bb7fe7df208627 1,755 1.00/1.00 vMB 68
497,869 497,869 0000000000000000001a5b54e9889381f120730bbfecd3d6ed137c016c627fc9 2,180 1.00/1.00 vMB 98
497,868 497,868 000000000000000000879b55ab352b3fe53fa1b3a2086c8f0c619fba93cca9f0 1,380 1.00/1.00 vMB 66
497,867 497,867 000000000000000000b6aaa19bd2bd010f2d4fb6d4b1d6cc480ed39dcdd61b6e 2,240 1.00/1.00 vMB 79
497,866 497,866 00000000000000000092eb51e28b51b1d3dbe2a5315fb1dfb227d3597d628d22 1,853 1.00/1.00 vMB 85
497,865 497,865 0000000000000000002e9a5e588ced16f53c64c44b388fc90ea086ec6a19fa81 2,190 1.00/1.00 vMB 61
497,864 497,864 0000000000000000001b4f606ffc45184ccad614edc4920cbae74561fbd91458 2,513 1.00/1.00 vMB 134
497,863 497,863 00000000000000000041e3aa7d8593992d8e6061ddc9fe734c418f3137d50efc 1,730 1.00/1.00 vMB 67
497,862 497,862 00000000000000000041f49b4f76cb0950d30644a4ed342c16aef9f6cc49b71d 1,279 1.00/1.00 vMB 89
497,861 497,861 0000000000000000005ba94b939b629a60d4ffb64f720454251db14df386ae96 2,069 1.00/1.00 vMB 99
497,860 497,860 0000000000000000005094051986157589aba8e35891bfb8d4ae55ecee5e7deb 2,041 1.00/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 782.17 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: 653.51 GB
    • Received: 13.91 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.