Loading Tool

Explorer IconExplorer

Memory Pool

80,912 transactions
31.01 vMB
0.07128788 BTC
Random Selection Loading Transactions
Max Size: 188.90/200 MB

Candidate Block

Mining Attempt 4f7ec0e682a2e38503dd2db9d3f9aaf53552ea00a46845d36c9b916edf7acabb
Version 20000000
Previous Block 00000000000000000000905e2cc5dcc7aa0fa11ca619828cc970f8f84732e4ef
Merkle Root 1a78f3ae013fa686f77a835420bb1a9914535d4e9732c7743687e9380418c267
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,335
Size: 1.00 vMB
Total Fees: 0.00446113 BTC
Feerates: 60.16 > 0.45 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,198 (481,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,440 433,440 000000000000000002ccd910a5991c4e97e3bfbe08b5b75992c5337cedc0c714 1,027 0.99/1.00 vMB 29
433,439 433,439 00000000000000000421d58b78b9f063a4b20e181d55c9c79082f9e4b8b30925 728 0.43/1.00 vMB 48
433,438 433,438 00000000000000000085d06e628be7d185479856ef7f638b92fa5bfba470c911 1,430 0.98/1.00 vMB 44
433,437 433,437 0000000000000000018de2e5faa2bcc84d8c94b044cf2b6568e89d5077417bdd 837 0.99/1.00 vMB 24
433,436 433,436 0000000000000000012ea25d29a3d2d0d03147f964ae3e36bb201686be18f4f4 787 0.38/1.00 vMB 55
433,435 433,435 000000000000000004301d273af5269c5037d6359856fed9928feb8a2fb984c7 809 0.57/1.00 vMB 42
433,434 433,434 00000000000000000312387b1d1541ae398890213ba5c17f7b62bfcb417461b3 1,725 0.93/1.00 vMB 45
433,433 433,433 00000000000000000158a3a701cbeb9ade1813492bb18f58ecbd909850c77cd2 2,741 1.00/1.00 vMB 73
433,432 433,432 000000000000000001ae1befb570b90082c9e8bb40bba4e1212f719e61c8e99f 1,625 1.00/1.00 vMB 42
433,431 433,431 000000000000000000e1372821b6e152c3dc2d943d0bc2bff2aa874005821c9d 551 0.29/1.00 vMB 50
433,430 433,430 000000000000000000d8d9a2c172b2434389cde8315bc07585152538fb81a73c 582 0.22/1.00 vMB 61
433,429 433,429 000000000000000002f4c8b2b3df1086ce840b5112849d3d1376b1c8eb7f9a6e 908 0.44/1.00 vMB 59
433,428 433,428 000000000000000001f2b020e13e1ce84ca46388de8d87c141901b0b8fa8ab28 1,007 0.50/1.00 vMB 56
433,427 433,427 0000000000000000013b08531f1ebe958299f37a005c1d01e9799772b93d2f72 104 0.45/1.00 vMB 10
433,426 433,426 0000000000000000005cee15149f8b161636f8a216a672bdc868c359289363fc 2,059 0.99/1.00 vMB 56
433,425 433,425 000000000000000002f1593f756f4266957877948e9d27cc34b1e561e7e0b440 533 0.23/1.00 vMB 58
433,424 433,424 0000000000000000024aa2c962b2fab5cbd85ca54888f0b90952ccbd1c3f7faf 137 0.96/1.00 vMB 10
433,423 433,423 0000000000000000040c3ace7c3303f0739f2cd10fdaca9a43c4e07ebfa0f433 1,936 1.00/1.00 vMB 46
433,422 433,422 000000000000000000d8748eceeff0c09586e1bdae7a5269b5bba4e6852cc123 2,091 1.00/1.00 vMB 55
433,421 433,421 0000000000000000044aa5a5f801baa499b6beeb6667914c09fe9a3e98e36960 2,525 1.00/1.00 vMB 80
433,420 433,420 000000000000000001a1c21ba8b6b2c672aeb3559bf633d08037411befb4e44f 711 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.74 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: 707.89 GB
    • Received: 16.71 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.