Loading Tool

Explorer IconExplorer

Memory Pool

38,799 transactions
27.37 vMB
0.06517418 BTC
Random Selection Loading Transactions
Max Size: 139.53/200 MB

Candidate Block

Mining Attempt 66e23f3e9fef23379e182aab8a4478dd07995a830245a0f772a05963447dbcb9
Version 20000000
Previous Block 0000000000000000000205a7754b9683bd3803bdf38e1a942268db63b46eb04a
Merkle Root 4a2b43aeedfb84f9648425eee7a91c04183f77f9ca9601e21becf41a82c54302
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,606
Size: 1.00 vMB
Total Fees: 0.01327698 BTC
Feerates: 100.56 > 1.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,637 (69,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
844,789 844,789 00000000000000000001c51a00fe476098697f0af2bdefaf8632ab560da71de8 1,795 1.00/1.00 vMB 8
844,788 844,788 000000000000000000023573e4c2557318e1b7f33f69f8b8b05a48ceff7a43cc 5,408 1.00/1.00 vMB 11
844,787 844,787 00000000000000000002b1740815b3815b4ee68a97ba8996a6eb9abde5176672 1,117 1.00/1.00 vMB 9
844,786 844,786 000000000000000000031fddd509d39d9f933a2b8f6a6e2ed8e3e40b3d4a7075 2,440 1.00/1.00 vMB 9
844,785 844,785 00000000000000000002d9af162692259a3a400e8627006d4480b49c897db44c 4,551 1.00/1.00 vMB 11
844,784 844,784 000000000000000000019f5336cb5bfdeb2b3412e63a53fff828e5f31c072675 6,571 1.00/1.00 vMB 8
844,783 844,783 00000000000000000000dbc9b5a7a1d3b577aeb5dbab0a4b23c1ccf2661822c5 4,902 1.00/1.00 vMB 12
844,782 844,782 00000000000000000001ba4032567e702c2331891081ff06abad397343753d28 2,832 1.00/1.00 vMB 9
844,781 844,781 00000000000000000000f4ff77bab3644e122a4ad95eb18ff99ad182afe361bf 4,519 1.00/1.00 vMB 13
844,780 844,780 00000000000000000001cfcf8a44e6fe7cc499eeab8f2a7a9f451681628cd8a2 3,439 1.00/1.00 vMB 17
844,779 844,779 00000000000000000001c58e5026924ed6e91cf3dc5a1ae16efd6eb491c3e877 3,306 1.00/1.00 vMB 20
844,778 844,778 00000000000000000002daa70ed183eb0f1fe4ab98c8835737bafd9544273591 4,139 1.00/1.00 vMB 11
844,777 844,777 00000000000000000000b4b239cf37749ac79c7886c5f3d4360fa18206277e60 4,007 1.00/1.00 vMB 14
844,776 844,776 00000000000000000000ae9d019a1cdaa8f66df472b0364069a88460dc600f6d 3,657 1.00/1.00 vMB 23
844,775 844,775 000000000000000000027bce74e85f3ff0bc698cce302d6ce1a44a22a47beb43 2,241 1.00/1.00 vMB 22
844,774 844,774 00000000000000000000aa9a27e1d5135c38b9fb6bd39f0e9c773275c2e46d5d 3,355 1.00/1.00 vMB 27
844,773 844,773 000000000000000000004ae6c19cabf185d259b52a6908e51e97ee538e58cfdf 3,015 1.00/1.00 vMB 37
844,772 844,772 000000000000000000002c52cb7c92dc4488cd721895651865e2d48b1fee14e8 3,465 1.00/1.00 vMB 32
844,771 844,771 00000000000000000002a6215c64a3981e2c5bfa17585fab086a588aa0ff91a0 2,273 1.00/1.00 vMB 13
844,770 844,770 00000000000000000002e6f4ed0775546133369e81f64eb3633241526888d3dc 2,742 1.00/1.00 vMB 15
844,769 844,769 000000000000000000018a04183e4c4b132898e5c1076feb47b659e0f299b8ad 3,259 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.75 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: 630.90 GB
    • Received: 12.05 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.