Loading Tool

Explorer IconExplorer

Memory Pool

41,125 transactions
26.65 vMB
0.06272410 BTC
Random Selection Loading Transactions
Max Size: 139.16/200 MB

Candidate Block

Mining Attempt 6b9b6e1ed1aec2b6d0c1a1647f23641ca800015ff547e20b0707b5ab5136bdc5
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root 1b7679cb0ba9f1aa61fd0721b8c248d02e44d58101e99d32693b4a6cb627c24a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,256
Size: 1.00 vMB
Total Fees: 0.01345904 BTC
Feerates: 151.03 > 1.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (66,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,658 848,658 00000000000000000000c855fe820755c5301229d1d37ef4d9fa482ce626c7a3 6,331 1.00/1.00 vMB 38
848,657 848,657 000000000000000000006b155ad1ae30fcc8bbd5c0aeb0fdc6ba9d962a800672 6,394 1.00/1.00 vMB 46
848,656 848,656 000000000000000000024d95f687572960b50e268b38b028409e43bb885e369f 6,530 1.00/1.00 vMB 30
848,655 848,655 000000000000000000028c0a9b9da77b2343f8e6c1a6696993e35a94aedaaa44 5,878 1.00/1.00 vMB 34
848,654 848,654 00000000000000000002c42821b4bca1590b1d6a5dc23d94e182b82a074d9103 5,516 1.00/1.00 vMB 28
848,653 848,653 00000000000000000001c920a1a7d4b729e415b6da4535c475de3030c575f72b 4,684 1.00/1.00 vMB 29
848,652 848,652 000000000000000000014336c4b49dd5185ec3b8be494bd46dddc4e64baf3f11 6,327 1.00/1.00 vMB 29
848,651 848,651 00000000000000000000de06bf469545955d930bfbdc19cdf1bdf9606f8225d1 5,468 1.00/1.00 vMB 28
848,650 848,650 000000000000000000024417cd6e6c5ab6ad34edbb1d3b4819e03ba3c76eacea 5,061 1.00/1.00 vMB 28
848,649 848,649 0000000000000000000106da2dc6b92e20812f6e155ca558d3aeb0d305c7dc4c 4,573 1.00/1.00 vMB 30
848,648 848,648 0000000000000000000059f0859d3ce2e0bb7203d976a776b5d5f8c3954ed3d1 4,973 1.00/1.00 vMB 31
848,647 848,647 000000000000000000014c34f587e441442562ffb01da65b79c05c34c2ce8555 5,439 1.00/1.00 vMB 32
848,646 848,646 00000000000000000002a3ac9faad6e9813618139ef04eb6f231e6a62aa24825 5,090 1.00/1.00 vMB 35
848,645 848,645 000000000000000000010fd6df46c644eb88d7ec6940a1c1f4b88f45131da0be 1,822 1.00/1.00 vMB 30
848,644 848,644 000000000000000000031118fcda66c13a37ad7acaef53bbf731bc9108bf0aa2 5,053 1.00/1.00 vMB 34
848,643 848,643 00000000000000000000d919728c99ab81e9e8f0f6b49dd2bddec269df04c8b6 5,920 1.00/1.00 vMB 39
848,642 848,642 000000000000000000020be5761d70751252219a9557f55e91ecdfb86c4e026a 4,785 1.00/1.00 vMB 37
848,641 848,641 0000000000000000000349027a2cca9fed3fc549ec5261c298e5661255f5e065 4,202 1.00/1.00 vMB 38
848,640 848,640 0000000000000000000252677e23c957491be8a6590497e5bd0b330a15236064 4,572 1.00/1.00 vMB 33
848,639 848,639 000000000000000000018ce0f089576d78e1eed6fdf938fb4c380020d6423aa0 4,760 1.00/1.00 vMB 29
848,638 848,638 000000000000000000033892a88d2363477e6af6cb7f534f8183a5feef04d7d8 5,416 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.28 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: 657.00 GB
    • Received: 14.44 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.