Loading Tool

Explorer IconExplorer

Memory Pool

40,503 transactions
27.86 vMB
0.07170505 BTC
Random Selection Loading Transactions
Max Size: 142.92/200 MB

Candidate Block

Mining Attempt 94f30434c2d616f8c7c1e7cecf9942d0b2e58bcd57de3ce1c1e42c0a92e3e856
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root 5562e08d527c60fed0e94e8215e30bd05ddf339d39a0d1d695b68ae090814759
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,012
Size: 1.00 vMB
Total Fees: 0.01834546 BTC
Feerates: 101.49 > 1.84 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (865,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
48,744 48,744 0000000009555c381805bfc78dbe6c5856688f54fd68d9fca3e9891de0cbb3ca 1 0.00/1.00 vMB 0
48,743 48,743 000000000c11a2ddae3190ca02017a7cb6b74440116de0dc97e64448392b15f2 1 0.00/1.00 vMB 0
48,742 48,742 00000000066993bae9f94d356f439f8d80558741c59451cb4099e73b67c7b226 1 0.00/1.00 vMB 0
48,741 48,741 0000000014b4d2d91c14fc4dde1dbf45a81e74b3cdbc04f01607648c7384f7d0 1 0.00/1.00 vMB 0
48,740 48,740 000000001b5900005a60158257a33f4e5537c5f3b0b059409b7bc7bdb1230bbe 1 0.00/1.00 vMB 0
48,739 48,739 00000000236ce85d33a5da32d5904d21bd690c25c76ca1267aeab3fc65333bcc 2 0.00/1.00 vMB 0
48,738 48,738 00000000097baa6d4364492896f829faff744adf5a79bf9b9f0cf4901bd6803a 1 0.00/1.00 vMB 0
48,737 48,737 000000000624f5913ee1b7b56539af46ec5db53117302e0de694c1ac0fee9f98 1 0.00/1.00 vMB 0
48,736 48,736 0000000012aa1b72b3c16c3706e13469c5f8c77778061ba514b9e26353d836d0 1 0.00/1.00 vMB 0
48,735 48,735 0000000009c1e25ae750c46abc11dc25cec95d32a1c2659d4e66b2583ec11393 1 0.00/1.00 vMB 0
48,734 48,734 000000000bccb56fef0f46d3424f073468b14a744c48ecfd2a530e2460f94f93 1 0.00/1.00 vMB 0
48,733 48,733 0000000012336aaf47477a201201e6f3fcb0bd8902f9e45c9420343764b4a128 1 0.00/1.00 vMB 0
48,732 48,732 000000000be03f6c2eb6ed165faba62698d0c923a984a81ac36392ba18083023 1 0.00/1.00 vMB 0
48,731 48,731 000000000ac73955f93d3513fd0a716ff8d779e67d1c980988b083efdac6d698 1 0.00/1.00 vMB 0
48,730 48,730 0000000011537856a927df8b6b54c2ceb5484360785ebfbf49823eb478b4449f 1 0.00/1.00 vMB 0
48,729 48,729 000000001cd845dc081bd5c2f0165f6101edee254a0f716701b70c1522758b69 1 0.00/1.00 vMB 0
48,728 48,728 000000000f2966fc2e67493b85a915c9dbb2e2977ebdad7de1403968a6a013ec 1 0.00/1.00 vMB 0
48,727 48,727 0000000000f88f1040e603ce5c7549954b1af238f7ca4995bc3bc41e04a0eb17 1 0.00/1.00 vMB 0
48,726 48,726 00000000223d4ce53cfe8dc2cdf490b177364e72f4235571e9dfb6fe03ad1ff0 1 0.00/1.00 vMB 0
48,725 48,725 000000001d9b4756164664be4fffd6d1377ff7d12114b3219b9394ecfd03b1d9 1 0.00/1.00 vMB 0
48,724 48,724 000000001b4d09b25a9ac23baf4dedb930222de08f33440b7388a55decf050ab 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.76 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: 632.52 GB
    • Received: 12.12 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.