Loading Tool

Explorer IconExplorer

Memory Pool

41,332 transactions
29.44 vMB
0.03873534 BTC
Random Selection Loading Transactions
Max Size: 164.88/200 MB

Candidate Block

Mining Attempt 50a959a5edc237ab6109a2e36c2d93fa78e980b7f20f5f24d3c89a5e82dc4d71
Version 20000000
Previous Block 0000000000000000000049791904cdda4a35f8252dd658b75a5f9c33e643ffc2
Merkle Root 8d04829c79df3639b2bca750f642b3df7f9d811d3b35e72d9860dd73e3413987
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,506
Size: 1.00 vMB
Total Fees: 0.00510656 BTC
Feerates: 100.69 > 0.51 > 0.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,637 (40 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,597 940,597 000000000000000000008561a0b977c7bd56edde9d6bebf95696a0e5666c3448 2,848 1.00/1.00 vMB 2
940,596 940,596 00000000000000000001a37c5821118eb3a741092d78d169d32587d439928b3d 2,936 1.00/1.00 vMB 0
940,595 940,595 000000000000000000014722057f38689802b79b06d5715548b21899b5e4289f 1,658 0.75/1.00 vMB 1
940,594 940,594 000000000000000000000e27b4182ebbeca11baa8bf78d106063cd1422ad7dec 3,692 1.00/1.00 vMB 4
940,593 940,593 0000000000000000000185d77522918d571cb2ae794449a2171cb0c501d16ca8 4,848 1.00/1.00 vMB 1
940,592 940,592 000000000000000000017034bab4c9026116ec568ae78a4bd8df7a9cce928613 2,586 1.00/1.00 vMB 3
940,591 940,591 0000000000000000000128f897f9958a2c32e19a9dc4d7f7ca6b696c9e3f518d 4,178 1.00/1.00 vMB 1
940,590 940,590 0000000000000000000075c25d4f5d1139b18fcc099b8cbd0f832e3881762eeb 1,732 0.57/1.00 vMB 2
940,589 940,589 000000000000000000005aa4bad0036d212965bdf603078161592552f1fb25ff 3,147 1.00/1.00 vMB 1
940,588 940,588 00000000000000000001b86cdc98f3d481d216f5f35cc86e96d19a806b01b3f1 3,635 1.00/1.00 vMB 5
940,587 940,587 00000000000000000001e4afeb0bbadab937657835b52b4a679764383dd95557 6,689 1.00/1.00 vMB 0
940,586 940,586 0000000000000000000137c300e8122c6049460a3235f38a9004d662b1d6dd9f 4,361 1.00/1.00 vMB 0
940,585 940,585 00000000000000000000995879c0de138dd12741a91b487e2f9a5f4f695dade0 3,799 1.00/1.00 vMB 2
940,584 940,584 00000000000000000000f1dd2ec3afe41ace89dac848d0d6caa7b6723644ae1c 4,388 1.00/1.00 vMB 0
940,583 940,583 0000000000000000000043c54c6d70a39ed1278a835f9a04f29ef8428c032db7 4,307 1.00/1.00 vMB 1
940,582 940,582 000000000000000000019e90f8ee3af8c065beaf5464bba87e95c69cadfca258 4,939 1.00/1.00 vMB 0
940,581 940,581 000000000000000000016c4be850ded7fda35f47a38dc4ed28affc73a91a8744 284 0.08/1.00 vMB 2
940,580 940,580 00000000000000000001e0b8c936bfd9e55768283e165572ec8da4aa1b4a2944 4,768 1.00/1.00 vMB 0
940,579 940,579 0000000000000000000058e2aac137dbf612eddeb6ff5cea649e36128a74c542 2,269 1.00/1.00 vMB 1
940,578 940,578 00000000000000000000ccbe6df10c363eb52bcaead72c17763e9940667eb99e 2,699 1.00/1.00 vMB 2
940,577 940,577 0000000000000000000067461bd8ce30f7c6cd6f41b7c5b62c19ec0bd190b4ae 3,655 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 827.90 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,511.29 GB
    • Received: 244.77 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.