Loading Tool

Explorer IconExplorer

Memory Pool

74,581 transactions
29.64 vMB
0.09526163 BTC
Random Selection Loading Transactions
Max Size: 172.15/200 MB

Candidate Block

Mining Attempt 0d7d15bff9d5957dc52587a5e65ae324e67281f17678d63edbe6d8ca23fc3601
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 6f58793b0f50fa94506eb0a4b94483a5c8e23505b85765edd2c06183d475c6d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,844
Size: 1.00 vMB
Total Fees: 0.02626393 BTC
Feerates: 150.36 > 2.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (274,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,004 641,004 0000000000000000000ac5995804077cacde5fcd0edbbb6052310c047164ee98 2,217 1.00/1.00 vMB 95
641,003 641,003 000000000000000000059e3ee9a54b032ad396284f13aa47886321507c3c0259 2,632 1.00/1.00 vMB 89
641,002 641,002 00000000000000000001e3e47ce1a62ad0c352e3f64d3b8f708ad7ee18a3cc8a 2,505 1.00/1.00 vMB 109
641,001 641,001 0000000000000000000de3a97566aa159a06353961f3e95378698c10e0e929fc 2,308 1.00/1.00 vMB 98
641,000 641,000 000000000000000000076069e6850154941bc74b8db77fa248533ddd6e7a1bfd 1,970 1.00/1.00 vMB 87
640,999 640,999 0000000000000000000ea33abcd47d4f762997319292747f9e101a84315ee2b5 2,566 1.00/1.00 vMB 108
640,998 640,998 00000000000000000006f51e13b7479538b3195a22d36b050e6c9f79a414ee50 2,337 1.00/1.00 vMB 82
640,997 640,997 0000000000000000000370f0bc9b0a9e6b0847a3bc326d687979baff31884890 2,261 1.00/1.00 vMB 44
640,996 640,996 0000000000000000000101d69f15c3ce44dbd5dac9d6b84b951dce26562e9172 1,522 1.00/1.00 vMB 62
640,995 640,995 0000000000000000000f1295cd6d905340ee7a741f7eac7f511987b892f33397 2,177 1.00/1.00 vMB 59
640,994 640,994 00000000000000000000eab7bac988856aa6a7450d8404604caccf3f7e0f0128 2,355 1.00/1.00 vMB 59
640,993 640,993 00000000000000000008a97a6badf545c27592de79a83c343aaab789e5b1c913 2,262 1.00/1.00 vMB 65
640,992 640,992 0000000000000000000203f5b21f4de159785308c6724a9e9e2e0725e21064c5 2,191 1.00/1.00 vMB 68
640,991 640,991 00000000000000000004c40d2dcd84e5a39b0713fa182d9b540a47fb9607b9b6 1,599 1.00/1.00 vMB 72
640,990 640,990 0000000000000000000a0929860ec70b02a20d7ac42bb7066fb0091333d680f1 2,168 1.00/1.00 vMB 79
640,989 640,989 0000000000000000000091e79b7352b3b4d220c4875ee20b420dbfb6f9dacd34 2,985 1.00/1.00 vMB 104
640,988 640,988 0000000000000000000788c87803d9096178bece12659cf164b4e181605e14ca 1,230 1.00/1.00 vMB 76
640,987 640,987 0000000000000000000f89d2a4b1aa7f864e93e2cf24250a3d35911f1d51170b 1,769 1.00/1.00 vMB 95
640,986 640,986 0000000000000000000b10b1fb7bf0a53250bac177bcabaa85b471d17942559e 2,824 1.00/1.00 vMB 106
640,985 640,985 0000000000000000000c0a4ee6d96038d78359232868672804afbe77882f3b20 2,489 1.00/1.00 vMB 30
640,984 640,984 0000000000000000000d2a5153ba061ef2497ca8d09952063be1047b062bc9d0 2,098 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.48 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: 668.20 GB
    • Received: 15.42 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.