Loading Tool

Explorer IconExplorer

Memory Pool

31,767 transactions
24.17 vMB
0.07108774 BTC
Random Selection Loading Transactions
Max Size: 130.72/200 MB

Candidate Block

Mining Attempt 47ccae86554ee8bcfcc56c05f218e385f89671f56e8a2fe578d47e60b2f3e96b
Version 20000000
Previous Block 00000000000000000000a676ae0d7982ee6c208df0ce08701fb85b104f35fd9d
Merkle Root a553ada36359a9b18af13e49946cb34d097ee036f44e01a799a4874eea177b01
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,423
Size: 1.00 vMB
Total Fees: 0.03735954 BTC
Feerates: 151.15 > 3.74 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,406 (812,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
127,415 127,415 0000000000000dd74e3df26cfed262e38ff93b5a3457c0831fe416e9b09b2d63 28 0.01/1.00 vMB 1,077
127,414 127,414 00000000000009aae2baed66d79e26310f016b3ab5402fe5de426a608fc0eb19 7 0.01/1.00 vMB 190
127,413 127,413 00000000000022dbc1cf1a79206ff979df274b244fd1c0e5fc367c7e35a6abee 101 0.03/1.00 vMB 629
127,412 127,412 0000000000001021627c934b2491fdedc1197b8bc42e1dd78cf575947f338c1b 15 0.00/1.00 vMB 728
127,411 127,411 0000000000000be861f708f3feeba5ca57e0ffe8e6d1e59d65dba8f0ee1f4833 40 0.02/1.00 vMB 1,229
127,410 127,410 0000000000001f63b19b50e0e5e33de034d26bcd6b2fee7ad9f8abd39e671d9f 57 0.02/1.00 vMB 1,069
127,409 127,409 00000000000002319c1b8a13691056145d263534c0036cfaef79c6df96f2473c 15 0.00/1.00 vMB 1,251
127,408 127,408 0000000000000e3309b424e84b61019531a459a63089423bdc7b853330f0235b 4 0.00/1.00 vMB 0
127,407 127,407 00000000000021caf18177c496fbdb23233c8b346dd1c8ee850acb8e431e6e59 7 0.00/1.00 vMB 3,046
127,406 127,406 000000000000141e24738869d779f4d28765c0797350d702ec896521c69d354f 38 0.01/1.00 vMB 335
127,405 127,405 0000000000001f61e03fef48d9dccae1bbb6c53e7d0fdb27748e6b8f5eb9e311 60 0.03/1.00 vMB 45
127,404 127,404 0000000000001d3a83abfc45340db3b595eb2890512ae77b3cac92a001992902 13 0.00/1.00 vMB 1,075
127,403 127,403 0000000000000ae634a684192dc6653e20085ae903abaab651fc7c7a229c4557 41 0.03/1.00 vMB 1,376
127,402 127,402 00000000000009bae502e0c602324b52c403a76d6bb1803d940ee69f898ad639 11 0.01/1.00 vMB 838
127,401 127,401 0000000000001881199cc18aed68c9be6dbee59830239765a24afe8dbdb4d278 24 0.01/1.00 vMB 1,020
127,400 127,400 00000000000020449c862044e15eba2b2b0c9d80a0d031bc86457a82c8e60f85 27 0.02/1.00 vMB 362
127,399 127,399 00000000000005ee116ebd62f6789528ac87f97575f966b4e31b21f16320836d 10 0.00/1.00 vMB 39
127,398 127,398 000000000000203cbc196690ef9f857c22b92c54b75dd7161ab6cc67eddf5cd4 14 0.00/1.00 vMB 817
127,397 127,397 0000000000000fb6ff01f7f8f0e8709b2d807862ffe44a3b43e2131dfb779405 16 0.01/1.00 vMB 1,236
127,396 127,396 0000000000001060645f13acb6601106acf537a20c561876405fa7c15a85e7ad 9 0.00/1.00 vMB 931
127,395 127,395 000000000000005835354ae6942d57d5da6d39bf4a2406a10e976d237b438adf 21 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 827.48 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: 4,456.76 GB
    • Received: 242.74 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.