Loading Tool

Explorer IconExplorer

Memory Pool

74,048 transactions
28.87 vMB
0.07395661 BTC
Random Selection Loading Transactions
Max Size: 174.99/200 MB

Candidate Block

Mining Attempt ec565b6df56e049d0626e1c714cb5afd3f24ddb4ae5b9ffa7a000dba1bb8cf98
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root bb9504b237ad0ddb4716bb9a55e49eb14983f69c65be69068a6b31ede21635ae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,178
Size: 1.00 vMB
Total Fees: 0.01013656 BTC
Feerates: 100.26 > 1.02 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (43,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
871,560 871,560 0000000000000000000054e14b289bb13b6abca87654e42d33ffe2f27207b0c6 2,463 1.00/1.00 vMB 9
871,559 871,559 000000000000000000026854ba10bec9ee1720fb5eec412cf16559f66d9955ff 1,269 1.00/1.00 vMB 9
871,558 871,558 0000000000000000000199e20afbeb9167c8ede69e23f4a7c25b2fdff9839781 1,501 1.00/1.00 vMB 12
871,557 871,557 00000000000000000000316bf479a5cf8135346f0606226f63b9c6f74ba12bd9 2,385 1.00/1.00 vMB 15
871,556 871,556 00000000000000000000a549edf7faca06e33a6c5356f369847e0ac2aaf79ad0 1,938 1.00/1.00 vMB 15
871,555 871,555 0000000000000000000236f288814f96ca1d2c12dd1962afd5be6711a7b7d1b4 1,737 1.00/1.00 vMB 8
871,554 871,554 00000000000000000000367f5ab26bcf5869572dd670e6842dc2821c0cffbbe5 2,491 1.00/1.00 vMB 15
871,553 871,553 000000000000000000029d23107c650a2c10a5517179e2189d791dffdcd847ff 3,179 1.00/1.00 vMB 20
871,552 871,552 00000000000000000000e637e84b4be9d3f7a448b5c7c00a48ae00026fd2b673 2,846 1.00/1.00 vMB 13
871,551 871,551 0000000000000000000152971e785b9c956de77cf5787c2211fa115f35be98ab 2,505 1.00/1.00 vMB 16
871,550 871,550 00000000000000000001708dab35155142b888caa12ee3eea072ec45d8b118a8 3,599 1.00/1.00 vMB 21
871,549 871,549 00000000000000000001802bc005aadb850719d9357a3355caaca4a6ae4d195b 2,195 1.00/1.00 vMB 12
871,548 871,548 000000000000000000021d4e046648bab22e9efca5be83e85e97eea1fc0c3de2 2,430 1.00/1.00 vMB 15
871,547 871,547 000000000000000000029e19fa042fb06b561150af51cfc6be9f2def66da07d6 3,315 1.00/1.00 vMB 18
871,546 871,546 0000000000000000000264fcfa5c930772a80bbef5550196398f2ae671fddad6 3,800 1.00/1.00 vMB 18
871,545 871,545 000000000000000000018208b239a5a2fc56a918e6eaf0334106b3cbcaef9f42 3,526 1.00/1.00 vMB 17
871,544 871,544 0000000000000000000142946b7b272db76d129d2fe1e51ed4c90c430100e088 3,954 1.00/1.00 vMB 26
871,543 871,543 00000000000000000001278445be2c7b171691f4623b9c1b113e5c358f3ebef6 3,559 1.00/1.00 vMB 27
871,542 871,542 0000000000000000000044ff3f5ac54584e2cbb7b07ba0e0f32bbb3cd04a9a8c 3,120 1.00/1.00 vMB 13
871,541 871,541 00000000000000000001d72be8b60559896b8932d503870fdf837075b16cd8be 3,338 1.00/1.00 vMB 23
871,540 871,540 00000000000000000001540a0e87072c5328398ded051b2d7faa05fd1dd82b1f 3,371 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 783.15 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: 743.26 GB
    • Received: 18.69 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.