Loading Tool

Explorer IconExplorer

Memory Pool

40,918 transactions
31.65 vMB
0.11646009 BTC
Random Selection Loading Transactions
Max Size: 158.00/200 MB

Candidate Block

Mining Attempt 24f94888ac96ac24870cd5886bb78460d07fa0868a968f4f89a7bd4a25071672
Version 20000000
Previous Block 0000000000000000000147c7dd24837dec3ddf522e94b4367f767e386a6ffd60
Merkle Root d2e45976fc74cb7420f66f47ea7fd531e1380eacd7090ab173efa7ca846e49be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,104
Size: 1.00 vMB
Total Fees: 0.05120860 BTC
Feerates: 116.76 > 5.13 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,357 (825,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
88,973 88,973 000000000008045229fc4246fb877b2ef2e0c6d8f77faaeaa1f76500bd1e5f12 2 0.00/1.00 vMB 0
88,972 88,972 0000000000006f53fa503a4b56a59c41bf39c0b628a33d427b34fc7bfe604d6b 1 0.00/1.00 vMB 0
88,971 88,971 000000000013d27f31fa311b4a7b71254af23597a6b1b683a07d4f4017418fb9 1 0.00/1.00 vMB 0
88,970 88,970 0000000000045b84edf98da6e65fce994d75688c5676f1c33c90888515262263 3 0.00/1.00 vMB 0
88,969 88,969 0000000000149ec04941c79a8d502840d24ed7c71018a4d44d987328c08a63c0 1 0.00/1.00 vMB 0
88,968 88,968 00000000000c57df31d1036663380ed7a5a6e6d0a61c0ba1abefeeff8b968f5a 2 0.00/1.00 vMB 0
88,967 88,967 000000000006ed2b50fdf41bcf105f269e66d42a43b203eb2cb06c1688a23dbc 2 0.00/1.00 vMB 0
88,966 88,966 00000000000c9450c8d24a5d487075557a8a8e5a917e90859dbb502a3aa5c6b0 1 0.00/1.00 vMB 0
88,965 88,965 00000000000a08cacfbb34b179b7e2f71bb3aa82ea63328adb8e4ce64fe8c001 1 0.00/1.00 vMB 0
88,964 88,964 00000000000859ab9573542f11bfb40b053e991a08e9384466b5772f31954010 5 0.00/1.00 vMB 0
88,963 88,963 000000000011f3224155a1c66eaf495f6cc447a95ef657faf2099502ede24fe1 1 0.00/1.00 vMB 0
88,962 88,962 00000000000203d9efdf568109546aafb9e67258ea48dd321342d419cde35578 3 0.00/1.00 vMB 0
88,961 88,961 000000000001d660f9f0f0f3a437354dd68d0d6d6d1fd9baf95578b4a9a2af37 2 0.00/1.00 vMB 0
88,960 88,960 000000000002795d035fa1f88412066cb8738957daa26a37406a7c96c4cfc547 4 0.00/1.00 vMB 0
88,959 88,959 00000000000bd05239f6f2d6ba8ddabe2171c70897df943b1ff3ace8d6726759 1 0.00/1.00 vMB 0
88,958 88,958 00000000000755756272b7b447b62e4d863829884079cee6920cfb9f08282f32 4 0.00/1.00 vMB 0
88,957 88,957 000000000004cb51a6062957e9cd7a2d695e1f16760eef6376cf25b02706f8a7 5 0.00/1.00 vMB 0
88,956 88,956 00000000000de128f070c5b7c052b781b8ad6797c337544bd3a41b79cfbba0f6 1 0.00/1.00 vMB 0
88,955 88,955 0000000000145daca7c08bda4a04bb5548c5db9a72f157bd9a7a91d4e0f52b08 2 0.00/1.00 vMB 0
88,954 88,954 00000000000abae3ecb357d9d94f2922d19bcaf86e77525b0b4dc5dd6d9e7b37 1 0.00/1.00 vMB 0
88,953 88,953 00000000000ca6b8fcd9135b11b7b948163624ef46ec4ccef4ddf3bca236d753 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 590.61 GB
    • Received: 9.59 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.