Loading Tool

Explorer IconExplorer

Memory Pool

80,982 transactions
31.08 vMB
0.09029110 BTC
Random Selection Loading Transactions
Max Size: 187.46/200 MB

Candidate Block

Mining Attempt 0aaf91d297bef0856ca9499ec3c59dd35c8fe5c7491c68ea3c2656fa3abf9365
Version 20000000
Previous Block 000000000000000000016d1b89e6b899f157320615453ebe26621a27c676cfef
Merkle Root 817ce338d66f51213a8b44d73fda385ce603c7df06d6a86ae51cc2b6c7289b4f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,357
Size: 1.00 vMB
Total Fees: 0.01786845 BTC
Feerates: 45.88 > 1.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,356 (485,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,472 429,472 00000000000000000494bfcee09061572b7c8db2ca7944e84409396116dcef03 1,666 0.71/1.00 vMB 53
429,471 429,471 000000000000000003bdeb5c0eab50c61e688a38030e4c0a4f62110f5139c9e3 800 0.31/1.00 vMB 59
429,470 429,470 00000000000000000069790d9b40636002d62398c3260beff0eaf462b8e8e0bf 581 0.33/1.00 vMB 47
429,469 429,469 0000000000000000029900c994a17542f338460fdb253379d078a10d5ed9fc71 395 0.15/1.00 vMB 61
429,468 429,468 0000000000000000001be0840d6d4c8a77fdfbba4937028c6e7d4661ca1a411c 1,771 0.86/1.00 vMB 49
429,467 429,467 000000000000000002657412d1faa6caee6b3093dc1718c2b5c2fcf24a2abc7d 448 0.54/1.00 vMB 19
429,466 429,466 000000000000000002c68e09a1b5e27248f22dd3e915b361598e321bcaa7f3c7 2,432 1.00/1.00 vMB 61
429,465 429,465 0000000000000000035ec9989e6ebc9d831bd317dd01bc9977e88fb3539f2c4b 1,214 0.99/1.00 vMB 27
429,464 429,464 000000000000000001941571003cf33247b9c2ce95d77747fa15759bfb4a4744 1,858 0.93/1.00 vMB 52
429,463 429,463 0000000000000000005ec5a53af47eb1ced143cf1a8605756d38fc8b67043bfa 2,737 1.00/1.00 vMB 74
429,462 429,462 0000000000000000024b542acd691fa8f24157b2861523659c2d5fb72f4d9e01 2,819 1.00/1.00 vMB 70
429,461 429,461 0000000000000000037ec1f1470362aa3320f0863adc391b760b82df79da5415 2,549 0.99/1.00 vMB 65
429,460 429,460 000000000000000001a982c6f24965cc58382250d47a2fd8c1ecb0cd3dd7dcac 2,273 1.00/1.00 vMB 63
429,459 429,459 00000000000000000174b5f05397c494c45a42c46d107fc5b5f043ff8c031639 586 0.99/1.00 vMB 20
429,458 429,458 00000000000000000168297df38ab9e7546b0fb6ac5ebefcda1772cc41a51d03 107 0.24/1.00 vMB 61
429,457 429,457 00000000000000000271d77e1ef2e859b92c2de7282ba32a1a2a302179369809 1,085 0.98/1.00 vMB 29
429,456 429,456 000000000000000004d05fdfe0788e32a9a2ee5335264bdbcfe859080a6d3ae8 814 1.00/1.00 vMB 19
429,455 429,455 00000000000000000187a5928d3d596e62bffc9598ece00f86e5a04af7d1a02a 239 1.00/1.00 vMB 5
429,454 429,454 0000000000000000047c229c1203559f0fa97dee8b7c06308dc8d34f3de10cb1 1,113 0.64/1.00 vMB 45
429,453 429,453 000000000000000003689cca51109acc021bca156aa87b8b903b7db0a12fa3ae 1,741 0.69/1.00 vMB 102
429,452 429,452 00000000000000000143a5145acd95053b5a87a72d2c4f71a86a21afcb761f24 940 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 783.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: 718.88 GB
    • Received: 17.98 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.