Loading Tool

Explorer IconExplorer

Memory Pool

33,164 transactions
25.09 vMB
0.04991815 BTC
Random Selection Loading Transactions
Max Size: 127.18/200 MB

Candidate Block

Mining Attempt 5131cc8b8b78ff2e490a5d21dfbbc2d0b0c1e11bf48e311cd19afb5fde118128
Version 20000000
Previous Block 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3
Merkle Root 794c4058221d706c7fd1978bcaff5ad0e490ee055e7c2e5f9f6088b75d6f43e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,636
Size: 1.00 vMB
Total Fees: 0.00483368 BTC
Feerates: 40.21 > 0.48 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,670 (566,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
348,586 348,586 000000000000000014a05769a5c449704d87a0b92838b0de36a405469f524228 770 0.50/1.00 vMB 24
348,585 348,585 00000000000000000b4f1bcbf7a941fbfdd7ec3dc868a7b6eec773653ecfa296 256 0.10/1.00 vMB 40
348,584 348,584 0000000000000000005cd05d93106433430a4e6959234fa472fe6c9fd23cfb6a 693 0.36/1.00 vMB 23
348,583 348,583 0000000000000000055c7eea3eda7dd34566ddcabb325f5c316c1ba63a698c49 256 0.11/1.00 vMB 30
348,582 348,582 0000000000000000135b73f991e3f7c22d7fe53d2052d8e6f1e743535bdd6293 1,429 0.75/1.00 vMB 29
348,581 348,581 000000000000000000151d7b30d2a3d8e3e839b24baa79a0259ee6fae1ad8bf4 843 0.44/1.00 vMB 29
348,580 348,580 0000000000000000089751ba9e93937e31a101b21536fc13a41576961734769c 461 0.42/1.00 vMB 12
348,579 348,579 00000000000000000fa2c433b658612e0299e71f2bbeea8109a0873a0dbfa27d 1,597 0.75/1.00 vMB 42
348,578 348,578 0000000000000000149a0c846dffdc19ad39ccab9e4773fdb438a21d85227c07 539 0.50/1.00 vMB 19
348,577 348,577 000000000000000000c23fc871e7fa63a2f387651c269134f10b42a3c5abcfae 1,483 0.50/1.00 vMB 35
348,576 348,576 00000000000000000b1b2738c4e76ead2cb4dc3c29bd6a5a478c8b7b3d2d4fa2 886 0.64/1.00 vMB 22
348,575 348,575 000000000000000010b57a1e34c1495bf00203c42f7da7739a785715bbc55bbc 195 0.13/1.00 vMB 17
348,574 348,574 00000000000000000081ad75db3a465ae3a1e365b9473f509acf647443d09a57 734 0.75/1.00 vMB 11
348,573 348,573 00000000000000000d058d2780d9f8b63b728629427be7faf29555b59bb76f7a 926 0.50/1.00 vMB 29
348,572 348,572 000000000000000008f28f3ad5a496061e62b2883573b54178d1b9bf6ea182c3 2,644 0.90/1.00 vMB 41
348,571 348,571 00000000000000000a94460c2e396a3bc32db7e159f8f83e336a63544f645032 285 0.21/1.00 vMB 20
348,570 348,570 00000000000000000ee88049235a7e73ff3e198aa118b8ee794dffa1d6935e1f 627 0.50/1.00 vMB 28
348,569 348,569 000000000000000006fe55f327d3a1e737cdf49ef8b7a99b569181414033a5ec 419 0.32/1.00 vMB 29
348,568 348,568 00000000000000000b6cae3a3ff0d41247458e8a5ccd5045e1c5fa1002349e34 533 0.29/1.00 vMB 18
348,567 348,567 0000000000000000058748c4137036b337481d5f9f896066d8166672217f376e 1,016 0.62/1.00 vMB 44
348,566 348,566 000000000000000006a30b1af4d4648b7014093bf87600a6235403626c728555 256 0.14/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 781.81 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: 634.88 GB
    • Received: 12.27 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.