Loading Tool

Explorer IconExplorer

Memory Pool

63,399 transactions
18.85 vMB
0.05295888 BTC
Random Selection Loading Transactions
Max Size: 121.28/200 MB

Candidate Block

Mining Attempt 070b11bb5dabebccb814ec54ff5207683c75d669f69a2276f0141d761aa1d598
Version 20000000
Previous Block 00000000000000000000599244c598d8e7814467d2c1c0d218a09e760d5f41c7
Merkle Root 5cd5e79145c396a429f958745cb3d2936ae4032aea494dfc05280d235208dd79
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,385
Size: 1.00 vMB
Total Fees: 0.01052088 BTC
Feerates: 149.72 > 1.05 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,781 (821,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,993 93,993 000000000005fae98af165dc38181288056da984face71cb56db2cf6ce103386 1 0.00/1.00 vMB 0
93,992 93,992 0000000000097c1561c6b31f3d78a15ce70d09080ec633e8203a80c842fa1aac 1 0.00/1.00 vMB 0
93,991 93,991 000000000003a52d8471ac4e30b7ad21a8534fa1556a11f3f94ee2ae6b50b931 1 0.00/1.00 vMB 0
93,990 93,990 0000000000013010223e0af303b626df094b02856bbb900452916a49fd62c9ca 7 0.00/1.00 vMB 0
93,989 93,989 000000000001d185cc7a2714f3c2779c3e35888462a659bfbfe8bd55ce03abf8 2 0.00/1.00 vMB 0
93,988 93,988 000000000002aab78ea4b3b8fb628e4d161033b64b1bc66bd70e61e8a51e644d 4 0.00/1.00 vMB 0
93,987 93,987 0000000000097bec03270038b90f43d86a20448daab842db1b520c56cb8e983f 5 0.00/1.00 vMB 0
93,986 93,986 0000000000096b0e9044cdd1f6fdced528605f101d723ba818394968178b45a4 6 0.00/1.00 vMB 0
93,985 93,985 0000000000075937f3535524b603cd6b3608aedcfed0f18472b2c6d9d4101ea2 5 0.00/1.00 vMB 0
93,984 93,984 0000000000039e184dfd20fab3eb3f668740fa49297b800587cacee6e94eb9eb 1 0.00/1.00 vMB 0
93,983 93,983 0000000000081bf3d333ad4639494dfe7ee8805fe737b8a206e99b2b5d68d2f7 7 0.00/1.00 vMB 0
93,982 93,982 0000000000096b5cd8a28b54fd69e3db1efdeead97fa59aa9bce2e2ac83d8dfe 1 0.00/1.00 vMB 0
93,981 93,981 000000000005d4a7af5b0c80aeb725d6bf97e4a090b6238f9dab1432b239cf5d 1 0.00/1.00 vMB 0
93,980 93,980 00000000000513eb6bdc75364b411acd330b1941dc36e4ef80eac9581344f6d8 4 0.01/1.00 vMB 4,282
93,979 93,979 00000000000156a30ef3a10e1f752372b7e22b58326b177604961a258865cd27 2 0.00/1.00 vMB 0
93,978 93,978 0000000000070f92718d47b3cf20e70f73f7bcdf57d5d02e8914fde9e9044448 3 0.00/1.00 vMB 0
93,977 93,977 0000000000044c5decd1c9644b63fd1a69258f6e3c5331602a637ed5fec8ec95 2 0.00/1.00 vMB 0
93,976 93,976 000000000001229a1c7beabf0347810337eb68ee31872201b65c3f75084d4abb 1 0.00/1.00 vMB 0
93,975 93,975 000000000005db8888773f7d8ad00fbfaf5b9b900e676744d7eeacec837c6b0a 1 0.00/1.00 vMB 0
93,974 93,974 0000000000079efb469b4143d8bbc9619c14690ccb0f5f3699b32975c3b6e34c 4 0.00/1.00 vMB 0
93,973 93,973 000000000005b8f46ee26c13c444266940977eac62435305a0de5d38baf1bbf8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.73 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: 783.41 GB
    • Received: 21.41 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.