Loading Tool

Explorer IconExplorer

Memory Pool

52,312 transactions
30.41 vMB
0.26771981 BTC
Random Selection Loading Transactions
Max Size: 160.54/200 MB

Candidate Block

Mining Attempt 8e6e129d685d2d96f24147ee8b9654751b903b1d20235a2592710fed7f31cb84
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 5390d0ee2ade183c5fe916bfffec442764368c303445ab02b8ae30a351c580e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,726
Size: 1.00 vMB
Total Fees: 0.08434854 BTC
Feerates: 229.15 > 8.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (410,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,590 504,590 00000000000000000025604f528a35c1bd3e140da66a3cfb16605781a5f8a50d 1,616 1.00/1.00 vMB 311
504,589 504,589 0000000000000000004940c391b8b711f8e43535d1749841a922423d6e30562b 1,844 1.00/1.00 vMB 370
504,588 504,588 0000000000000000007521b62f78232d01cedfbb9fc6476149cdac86f0247554 2,878 1.00/1.00 vMB 550
504,587 504,587 00000000000000000002de74f1a820f9e53ddaa6de9a6194ba73eb9a5d26c52a 1,926 1.00/1.00 vMB 446
504,586 504,586 000000000000000000611ebbbc727d39f1a69d0ce3f1906a029b36fcc71c6d4c 1,474 1.00/1.00 vMB 330
504,585 504,585 00000000000000000043dec6b5144b3eca1de9356e1c970734a2d62011b82fc5 1,944 1.00/1.00 vMB 421
504,584 504,584 0000000000000000000f0a0652be7bcdaddc414358cfb42bc7a284a1f84bd63c 3,071 1.00/1.00 vMB 543
504,583 504,583 00000000000000000001f1d3fff37f5448d009e272ef02599d1d82a450dc02f5 1,415 1.00/1.00 vMB 366
504,582 504,582 0000000000000000004484e71177b662af5380f1e4f91575153e03c243f8821c 1,989 1.00/1.00 vMB 501
504,581 504,581 000000000000000000509a593ab407d6363925800d4e26e565b504429bf727b3 1,864 1.00/1.00 vMB 424
504,580 504,580 0000000000000000003fca1a5ddbcb0ce7939092740f7a0b16019407c3f450ad 2,039 1.00/1.00 vMB 495
504,579 504,579 00000000000000000049f3c7761b5ce6c1208b6fd971304f62b4c8b75fbf780f 2,100 1.00/1.00 vMB 418
504,578 504,578 0000000000000000004f63140d99d85199b094a90f8f463a782ffe14b30510f4 2,573 1.00/1.00 vMB 545
504,577 504,577 00000000000000000061792d89344b294eaefdbc749ddad660a3390a2625f7f7 2,336 1.00/1.00 vMB 445
504,576 504,576 00000000000000000065939205705adfac98fa6047a5797e694d43d43b020708 2,569 1.00/1.00 vMB 453
504,575 504,575 0000000000000000004eea1c876f74633af38f7d0108789726de9ae2ad441c13 1,950 1.00/1.00 vMB 495
504,574 504,574 00000000000000000075c3dec9dc0abd69dcefc055b8c63c98da2bfcedc18266 2,606 1.00/1.00 vMB 546
504,573 504,573 000000000000000000281765f80e7621f56b234de99fdeaaab107050da0090d8 2,830 1.00/1.00 vMB 486
504,572 504,572 00000000000000000015a5570a165d8c7c616779d6ac423bf9f2ba2eb3380dce 2,521 1.00/1.00 vMB 554
504,571 504,571 00000000000000000025329d6c2639e9433e9106b604fdc4288bed936e2743f6 2,485 1.00/1.00 vMB 566
504,570 504,570 0000000000000000003d42c127103aa297ae19d73ab9e9bd701676b6f5a2ec60 2,089 1.00/1.00 vMB 456
Previous 10 blocks ↓
Total Size: 781.87 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: 644.20 GB
    • Received: 12.61 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.