Loading Tool

Explorer IconExplorer

Memory Pool

42,316 transactions
26.70 vMB
0.08580768 BTC
Random Selection Loading Transactions
Max Size: 139.49/200 MB

Candidate Block

Mining Attempt 55cc17679f2ac25ac5537f286751f7f16a9a816fd9ffcd945251129763edcfc8
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root f3b94d9299856912c77fea6cd7c6debdff25087a48050b152da0051afce2c41b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,521
Size: 1.00 vMB
Total Fees: 0.03639042 BTC
Feerates: 151.01 > 3.65 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (100,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,855 814,855 00000000000000000002f6aa02a31a2296a781e45480fdb45284dcc3bdcb385d 640 1.00/1.00 vMB 4
814,854 814,854 000000000000000000031872af2d1c0ded2f0c1de2f127e7b949a11712ebf0bc 1,861 1.00/1.00 vMB 6
814,853 814,853 0000000000000000000296eb7dcb8cc79bfde0ac299b4db3d5697daa114c49af 2,198 1.00/1.00 vMB 12
814,852 814,852 00000000000000000002612587ce1a414f90342be4d26ec832757246dba6b75a 2,957 1.00/1.00 vMB 16
814,851 814,851 00000000000000000000483885d5bd663c0ede6741a38c97e431df08e8502d68 1,818 1.00/1.00 vMB 4
814,850 814,850 000000000000000000004e60e02cd3d774e88ab481d1310fc5f27d7af1b20706 2,776 1.00/1.00 vMB 14
814,849 814,849 000000000000000000000fb823293cf845fbf8de0e92c98142b7e218b7c6b04e 2,268 1.00/1.00 vMB 14
814,848 814,848 00000000000000000003d03abae9cf2f07e37baa3928e4b4414705a6050ec95f 3,206 1.00/1.00 vMB 14
814,847 814,847 0000000000000000000108d942bd8e460c6e6c760b5455a610f02facd6660120 1,905 1.00/1.00 vMB 6
814,846 814,846 0000000000000000000363beee720e425bc92a0eaa30abdc36ac2a56b016b213 2,730 1.00/1.00 vMB 10
814,845 814,845 00000000000000000001cd71dd2d5544c9ccdb34274b23e553b157bf310328e9 3,503 1.00/1.00 vMB 17
814,844 814,844 000000000000000000038b0036f083ce62b98d0e068ba7a450c8786800ae00e4 2,382 1.00/1.00 vMB 7
814,843 814,843 0000000000000000000377cb9509eb5632a3f738c6facb1c78ca034a16825bec 3,049 1.00/1.00 vMB 12
814,842 814,842 00000000000000000000a4bd9516a15c866249ff385e9dc5c56d12844a3f0ffc 3,433 1.00/1.00 vMB 28
814,841 814,841 000000000000000000033eb60080739e4985d15a6abcfeb95e86ea928d3cc5dd 2,945 1.00/1.00 vMB 16
814,840 814,840 00000000000000000001e7edbbaf4f6b5f6d0b425902a0a72e1c1c71c23c0612 3,043 1.00/1.00 vMB 16
814,839 814,839 00000000000000000001cc1b25364c15aac264ae50f984fa5f79f69e3de07825 4,667 1.00/1.00 vMB 6
814,838 814,838 000000000000000000036598954e6904c8a1fbb7e62ed08ff70dbe2ab8ffe34c 6,343 1.00/1.00 vMB 2
814,837 814,837 0000000000000000000030aba8c5a033c5d1d5e4ce4952989d99f32c8bde6afb 2,143 1.00/1.00 vMB 10
814,836 814,836 00000000000000000000a6d3415f09ab5439ad2dd262c7840a4dded9be41271c 3,512 1.00/1.00 vMB 4
814,835 814,835 00000000000000000002c9a16dbb1b89cefe1274508b3e73ce17b6d8b6d266e9 2,474 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.18 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: 653.63 GB
    • Received: 13.97 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.