Loading Tool

Explorer IconExplorer

Memory Pool

39,889 transactions
26.26 vMB
0.05431920 BTC
Random Selection Loading Transactions
Max Size: 137.04/200 MB

Candidate Block

Mining Attempt ef860bbf9521c64f864d78ef0c59d77d9d6c2291e775351714b94805a094dbf5
Version 20000000
Previous Block 0000000000000000000018814d3d8a0f9277bbafe575a6ea906e31298d58afa1
Merkle Root 2e84e611409f8553f0c8aa18f2f3dc8ce6e8bd6158d4cad87f3336f8108dae41
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,554
Size: 1.00 vMB
Total Fees: 0.00511644 BTC
Feerates: 100.00 > 0.51 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,799 (433,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,666 481,666 000000000000000000f0e5d5a40924d27e8a80d8c943bf61a34911b4452debbf 2,101 1.00/1.00 vMB 392
481,665 481,665 000000000000000000c7b3b056e0fc414b1f5d110385891cd600ef50b1047522 2,582 0.99/1.00 vMB 288
481,664 481,664 000000000000000000b22a976145d4adaf8653f133955b0ebbfb2de4a15aaebf 2,261 1.00/1.00 vMB 330
481,663 481,663 000000000000000000505416e609ab88922f8658fbbf6dc96a30a3835a5e3715 1,861 1.00/1.00 vMB 454
481,662 481,662 0000000000000000012322d2c33a6db26276b4411baa93b4e39d741f70fdedd4 2,178 1.00/1.00 vMB 316
481,661 481,661 00000000000000000071fa18dbf2c4a08387ea31465ba8bdc20dbe3b60fd6b1a 2,057 1.00/1.00 vMB 392
481,660 481,660 00000000000000000073002a56f4c75f273105b3b6efa15ed4f671c2bfbe777b 2,017 1.00/1.00 vMB 362
481,659 481,659 000000000000000000e226d20ce5690f40b0ea8c53b21b5f585bdc98d6acd4ca 2,705 1.00/1.00 vMB 321
481,658 481,658 000000000000000000c789133614bd6b7d37e211319b7377c0604ad75b034a17 2,399 1.00/1.00 vMB 392
481,657 481,657 000000000000000000147422a6c9c288959ec771d0e58411829376ebc8fcb131 2,170 1.00/1.00 vMB 457
481,656 481,656 0000000000000000001874caa9d7ce1c8f9337366c632816f41d8adf6996b9df 2,396 0.99/1.00 vMB 424
481,655 481,655 00000000000000000055d87851ac4666e84f4688f038155bdca9089593af9e8a 2,138 1.00/1.00 vMB 360
481,654 481,654 0000000000000000002039073eed2a872f2e5072ef3485a1389c3a5eed472a89 2,247 1.00/1.00 vMB 371
481,653 481,653 000000000000000001046f11078cac50d4a5ae93c3c69eb39fd47adf77b5ddc9 2,695 1.00/1.00 vMB 338
481,652 481,652 000000000000000001124918682ba322ff19e4fce24727f453933da1f9700627 2,284 1.00/1.00 vMB 421
481,651 481,651 0000000000000000004807de7fef8eed374a5e838fd9244deb93cbb6c81cebf0 2,387 1.00/1.00 vMB 375
481,650 481,650 0000000000000000011b464eeff467a93924a9d1e8f4e3cdf2eef5c11c8d77f7 1,523 1.00/1.00 vMB 436
481,649 481,649 000000000000000000a6122ae689b1700f3bc4bc75e4e6ce3cc9c28e583fcd19 2,492 1.00/1.00 vMB 499
481,648 481,648 0000000000000000007455d505aabcec2d873eef01ddbfa564886a66f1757ac5 2,061 1.00/1.00 vMB 347
481,647 481,647 0000000000000000004c9b04c77d99bffcbb65964172829d1beaff05c76144be 2,656 1.00/1.00 vMB 353
481,646 481,646 00000000000000000118ea261d439cafb20abd6e0d7805c00e3627b0032a7726 2,539 1.00/1.00 vMB 349
Previous 10 blocks ↓
Total Size: 782.03 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: 650.29 GB
    • Received: 13.26 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.