Loading Tool

Explorer IconExplorer

Memory Pool

21,489 transactions
16.85 vMB
0.03943359 BTC
Random Selection Loading Transactions
Max Size: 85.08/200 MB

Candidate Block

Mining Attempt 2bc0448af672022de8dce373383f576acc93d4619b5f52d8bc26cf49f38a8cee
Version 20000000
Previous Block 000000000000000000011ba1298aaa8b40b990edf5611745cb5fd869c4fb3bae
Merkle Root 22bf122397f2accbae0f45b2448ef091c441b5ba3b4dc9411bf59830d972b8f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,741
Size: 1.00 vMB
Total Fees: 0.00877880 BTC
Feerates: 40.21 > 0.88 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,136 (869,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
44,555 44,555 0000000001a408a89bda19925ecae142ce68812796e1656a706d73c698416ee5 1 0.00/1.00 vMB 0
44,554 44,554 00000000146e17eb890e6a995ced3c98f4e0e0f981a46d9b6070a5ea3bc6a112 1 0.00/1.00 vMB 0
44,553 44,553 000000002e755e09b1b27c42534cb9e730df540714103dc14bca3c51862db855 1 0.00/1.00 vMB 0
44,552 44,552 000000000910116d22a9ed281ae8986cff252a63bd84adbbfccb3098c413be1b 1 0.00/1.00 vMB 0
44,551 44,551 0000000018fa5d04f5f33cfc34a7e7c0a4a39980a4e85c228f96fd65ea089821 1 0.00/1.00 vMB 0
44,550 44,550 000000003042a0d5b4469a2ff345c1a643120abc707f4dd2ac08db53e327f5aa 1 0.00/1.00 vMB 0
44,549 44,549 0000000029cd1a072d8c8b498299f5a8fd13617004ca2522604bdcf2f719073b 1 0.00/1.00 vMB 0
44,548 44,548 00000000230878bbabf33079015a5282b73d27abbc65b124b52825cc930de8cd 1 0.00/1.00 vMB 0
44,547 44,547 00000000301d515e1b5be58a9d71d02cea68797a219e56e3862f719da95292ec 1 0.00/1.00 vMB 0
44,546 44,546 00000000101d87e9d1d0e75f9891f450c6798513ea92ea0944f89bc81a6673bf 1 0.00/1.00 vMB 0
44,545 44,545 0000000034cd4324e787099b07f70cdef4a7c841b16edf9c12378826e5a8b623 1 0.00/1.00 vMB 0
44,544 44,544 000000001484731d7b54e19dff51f1fbabebcdcc250a65102e01e4613dd6e0ba 1 0.00/1.00 vMB 0
44,543 44,543 000000000ddd3e5f05f2393dd2fea08ea84f44f1e4e52e9894b61f8c12ae660b 1 0.00/1.00 vMB 0
44,542 44,542 000000002c9b336ba16598dea48507b68428a8eb2a29d3b0d240f9d50dfdc290 1 0.00/1.00 vMB 0
44,541 44,541 0000000029f17c828c1fecd31fd34a1a538c00fea437060befe7d46a26af0c6b 1 0.00/1.00 vMB 0
44,540 44,540 0000000026101d77b53abb3b02f8da07a2a6a2c54aac2c501c6a35dd9321bc2b 1 0.00/1.00 vMB 0
44,539 44,539 000000000b5d64daa6f70eba2627275c7d8bc5732b0034f8c08c38c9443bdbc1 1 0.00/1.00 vMB 0
44,538 44,538 00000000000ed1f387c9095dee096c7529d3f05082421f2eb1e68263c10e1b8a 1 0.00/1.00 vMB 0
44,537 44,537 00000000134a42828e96ede15cb1f210a0cc691d4f42528196757193767a4049 1 0.00/1.00 vMB 0
44,536 44,536 000000000438e473ade861e6ec40a8296a752f286a170eab32558742c6c7a376 1 0.00/1.00 vMB 0
44,535 44,535 000000002093628575c024a48e8420421c8d3fc484cb3dd5f53f9c7a94be670c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.84 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: 562.33 GB
    • Received: 7.46 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.