Loading Tool

Explorer IconExplorer

Memory Pool

40,723 transactions
27.24 vMB
0.07645921 BTC
Random Selection Loading Transactions
Max Size: 140.52/200 MB

Candidate Block

Mining Attempt aaadc84e920d9fc30c8ebecd4abeface6f542c3c561bfc4e5b06d81714377534
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 4b05f3cad029b55cba6379a46924e3a6edbd5409c0689226e4a17d1e2e9c5a72
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,011
Size: 1.00 vMB
Total Fees: 0.02454964 BTC
Feerates: 107.72 > 2.46 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (351,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,867 562,867 0000000000000000001f1c9c37e5a732ef3935ca9c185fdb37a85427d92325ef 1,804 1.00/1.00 vMB 12
562,866 562,866 00000000000000000010bd4bb0c85a771fd8455d15173ab2ea8c666bd447d52a 1,740 1.00/1.00 vMB 10
562,865 562,865 0000000000000000000999ce7c43926ca152f3cec9240f1cfaaccbdee35381d2 2,374 1.00/1.00 vMB 28
562,864 562,864 0000000000000000001d597b0326a61477955c89ddf85864ff6098481b611dd5 1,745 1.00/1.00 vMB 14
562,863 562,863 0000000000000000002651ee849c4942997578ef7b7d714f9d189020ae3cb9d1 2,712 1.00/1.00 vMB 17
562,862 562,862 00000000000000000023c4954913dad879ee123bf9519d9405036257e9b8774d 2,788 1.00/1.00 vMB 33
562,861 562,861 000000000000000000159ce9e4b8d6ec43580b255f717c95414c6434fbf28013 2,907 1.00/1.00 vMB 49
562,860 562,860 00000000000000000026104a1d64c61a2a37e0b2fb583ff6c0c7207cc80a7f7f 2,491 1.00/1.00 vMB 31
562,859 562,859 0000000000000000000c7ff9c16c11b9a1a2cda39942eb03822b32f64960d759 2,558 1.00/1.00 vMB 46
562,858 562,858 000000000000000000166a5f70584fcfbf683eb4aaf60aafeac9a08012269a54 1,897 1.00/1.00 vMB 22
562,857 562,857 00000000000000000027cd66b482725affd8907ac29b7dbd7b659f712b5500b6 2,043 1.00/1.00 vMB 23
562,856 562,856 000000000000000000113e01af116af1535efa116572c6da53eeeedf5787a2ce 2,637 1.00/1.00 vMB 46
562,855 562,855 0000000000000000001e4ba57200b268a2d7c55321b14d8035ca25c762d57c93 2,490 1.00/1.00 vMB 29
562,854 562,854 00000000000000000014e7ec704a877a2d6f9356111cfaaad48955a922cde142 2,587 1.00/1.00 vMB 46
562,853 562,853 000000000000000000074e78f2893f8ae6364544ee9e0d2714d26c7a7e605106 1,773 1.00/1.00 vMB 52
562,852 562,852 00000000000000000021817b7bcab3494f493eab59717805874e67b1d115d994 1,449 1.00/1.00 vMB 88
562,851 562,851 000000000000000000276af280864559a3c16ef717205761b440428783b12ca3 2,949 1.00/1.00 vMB 23
562,850 562,850 000000000000000000038a458347b30a0a99466d705f10caf476b3c6b08653af 1,991 1.00/1.00 vMB 14
562,849 562,849 00000000000000000024e6b911193ee292c3b433f1be83be345a1f9cb6ffe617 2,889 1.00/1.00 vMB 35
562,848 562,848 00000000000000000006e287ecf781d75832b25d4fa46a2383dcda2e17d5017c 2,679 1.00/1.00 vMB 37
562,847 562,847 00000000000000000002c761a814e28d726cffb33767b0bc5d2077dec43d3094 2,202 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.79 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: 633.64 GB
    • Received: 12.21 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.