Loading Tool

Explorer IconExplorer

Memory Pool

76,731 transactions
28.59 vMB
0.07059982 BTC
Random Selection Loading Transactions
Max Size: 173.25/200 MB

Candidate Block

Mining Attempt 34d431fd4b5fb3323f9d44df77f1e620a08efd45f164a85a9c949f6c9eab26ad
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root a34c6939043085a228a31acd6bff70bbdc866af128f9cf3fc9bfb4c269aa1a49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,470
Size: 1.00 vMB
Total Fees: 0.01129381 BTC
Feerates: 71.79 > 1.13 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (539,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
375,529 375,529 000000000000000008d7c21a52d448971d9d0d85fce05ee49aae0c109241080f 2,455 0.93/1.00 vMB 24
375,528 375,528 0000000000000000060e4acc73b9093abcb8864f64256b633b44bbb853e096e5 779 0.38/1.00 vMB 42
375,527 375,527 000000000000000006a185ed78146bcea7c7c2dea35e0dff147d6a06a88cf0d3 721 0.56/1.00 vMB 24
375,526 375,526 00000000000000000569843a8f97fc5892dc229cfc0733a95c4a7056d9d19dd0 173 0.10/1.00 vMB 33
375,525 375,525 00000000000000000d7b0d139170fafb1a1e541b44f4963c6cc4bcfe904c93b1 940 0.50/1.00 vMB 35
375,524 375,524 0000000000000000024cdc3f2de7813957a01f885b9a7f542d4b0a612e3438b1 1,452 0.93/1.00 vMB 40
375,523 375,523 00000000000000001173064f0e3704343994a7bec870642a279d3bca6134191e 833 0.80/1.00 vMB 50
375,522 375,522 0000000000000000115b96338c8f1a3fdb5bfb0eb63c53016c5b460b6240eca1 181 0.11/1.00 vMB 93
375,521 375,521 000000000000000004587d6c95544ad01230174dde1bb5f9bdc886563e2e4bcc 811 0.61/1.00 vMB 37
375,520 375,520 0000000000000000084c3f0a6eb8295012774baaf1a91b162a1a5815fb240b08 383 0.88/1.00 vMB 23
375,519 375,519 00000000000000000220b495ee002a9f6ccef974c31d507374af8ca2f836b87e 612 0.73/1.00 vMB 18
375,518 375,518 00000000000000000bb2118c992067f62f2c047e426f68ce16c310410aab601a 949 0.48/1.00 vMB 88
375,517 375,517 00000000000000000076077f6f9d0718b4a7330b6fc1f4fe8f493c25c503a6c0 1,187 0.62/1.00 vMB 55
375,516 375,516 000000000000000000968cdf23f8072c30ad2664c78cee7ff8b996ab91cf68eb 263 0.89/1.00 vMB 7
375,515 375,515 00000000000000000e98db78b979db79943b898d9e5ba215e1e89ee23b724d50 365 0.94/1.00 vMB 5
375,514 375,514 00000000000000000da790d45245accfdd4f834a3cde8bc2c86578e8034b6ead 1,575 0.70/1.00 vMB 41
375,513 375,513 000000000000000004c876eff92334b31610dc0ba11b45f53a20645a1bdd7002 828 0.97/1.00 vMB 12
375,512 375,512 00000000000000000535375c9b6974e8be517724c2a05859c322a62962f3c4eb 2,194 0.93/1.00 vMB 49
375,511 375,511 00000000000000000e8003bbb7647ad2a3061fae15c9e99e0518c70973788a97 334 0.89/1.00 vMB 6
375,510 375,510 000000000000000010fac4e4513fa9a38e0863570793f50c20b50538f2c9839f 1,394 0.72/1.00 vMB 39
375,509 375,509 000000000000000011b67281fba69bbdd514615188d935767b7f935ce48946f4 35 0.06/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.