Loading Tool

Explorer IconExplorer

Memory Pool

82,965 transactions
31.34 vMB
0.12942722 BTC
Random Selection Loading Transactions
Max Size: 189.98/200 MB

Candidate Block

Mining Attempt eaa3c90505ccd3d9d3b3eb5521b895d0a3342ecf0a922fa4928c09a69f5eaa4c
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 8636e0c9ebf9f57669b9027c5fdf7dc91fd2ef0e32c7f21f0930b08b404563f8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,006
Size: 1.00 vMB
Total Fees: 0.04553891 BTC
Feerates: 318.30 > 4.56 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (17,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
897,866 897,866 00000000000000000001cc781994f1bc1c4b175141dadaf5b91dd9e4f1544dad 3,358 1.00/1.00 vMB 6
897,865 897,865 00000000000000000001bbb2f96f65a2510634f834e9c6c267ca50a6758df5b0 3,416 1.00/1.00 vMB 7
897,864 897,864 00000000000000000002239bcd7cc41c2000e2a2e4ca50328f18f664edc96f36 3,623 1.00/1.00 vMB 9
897,863 897,863 00000000000000000000be3964201ac0bf702edefb2f84c5b45ebd8b2b024152 4,498 1.00/1.00 vMB 4
897,862 897,862 000000000000000000018127dec567915fd6e6d2f2e3233379b82f8737609189 4,077 1.00/1.00 vMB 5
897,861 897,861 000000000000000000001b04b5ff09ecb429451b5303406b5f3861097b5127e3 3,093 1.00/1.00 vMB 5
897,860 897,860 0000000000000000000125ff5d38f49603bf291c5d012ba8974415bd05e16b4b 3,437 1.00/1.00 vMB 6
897,859 897,859 0000000000000000000023c0661747a70031a5d7edf861783e13ad1ab11c476f 3,933 1.00/1.00 vMB 2
897,858 897,858 00000000000000000001b63afbc9dff3262da752ef35d7d0292f30e51d90e6eb 3,471 1.00/1.00 vMB 3
897,857 897,857 0000000000000000000120456407764c6df19d8c1133349a6766485a2b852a9d 4,482 1.00/1.00 vMB 1
897,856 897,856 000000000000000000023f1fe56edcf3115abddd73fcf677dcbf8bb75f0d245c 3,432 1.00/1.00 vMB 3
897,855 897,855 00000000000000000001b3fc731e99449fa902a92382a038380da05ef15c4bea 2,751 1.00/1.00 vMB 4
897,854 897,854 0000000000000000000060be787dbbe5c46fb09491888c5a854b497d128599da 2,177 1.00/1.00 vMB 3
897,853 897,853 000000000000000000018e56ae8a1919f243749a7609fb27af7734f3028ced7a 2,940 1.00/1.00 vMB 4
897,852 897,852 00000000000000000000488f90567e806fd8a1a789d2b8846a02bc0e188d4ec5 3,755 1.00/1.00 vMB 4
897,851 897,851 0000000000000000000091edc516f524861e86f82f35632c983055baccead1b8 3,551 1.00/1.00 vMB 4
897,850 897,850 000000000000000000017f38733a7664c3b0f281da199f2d7ed11c84ef86f4f6 3,345 1.00/1.00 vMB 5
897,849 897,849 000000000000000000010814d4ec17a604f3787225ce337a3ba719a3e37bea1b 3,656 1.00/1.00 vMB 5
897,848 897,848 000000000000000000019dde6f52c023611454804762397e50e086633d4b5361 3,405 1.00/1.00 vMB 4
897,847 897,847 0000000000000000000073501a5dd378a7f64623be76a6e3cce1dc74a56c44d8 2,282 1.00/1.00 vMB 2
897,846 897,846 00000000000000000001b7778897a817d80fa9f8f695f7c06ae07668eb67e654 1,195 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.08 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: 722.47 GB
    • Received: 18.40 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.