Loading Tool

Explorer IconExplorer

Memory Pool

47,508 transactions
27.78 vMB
0.09348671 BTC
Random Selection Loading Transactions
Max Size: 146.92/200 MB

Candidate Block

Mining Attempt 7444ab7521eb3159ea9e2a7ffdfff9dee73b3c087c781582ceebb8af3a25aa24
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root 37169229a40338f49928c2bc144e0e9da2bbbcadcc0fc55764a62ebc756e97e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,527
Size: 1.00 vMB
Total Fees: 0.03745227 BTC
Feerates: 159.25 > 3.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (827,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
87,200 87,200 000000000005370d12e1320705880375fdd6808d8a5ddbb571d3f771438190b0 1 0.00/1.00 vMB 0
87,199 87,199 00000000000c293aeb1bb7b7fddce48b44bc93c1b7c8e2da2009aa650e5c5fc1 1 0.00/1.00 vMB 0
87,198 87,198 0000000000043c6a71ab6b561cb2ebb9ebd2447c5f9b60cfcbc94e2dd1eb7cfe 1 0.00/1.00 vMB 0
87,197 87,197 00000000000754efbc887b2d8aa5295931cde9f532439baf352163e3c835ddd7 3 0.00/1.00 vMB 0
87,196 87,196 000000000006850efed7d329e947516725d114e328b4e0d26fe5b6417651f53a 1 0.00/1.00 vMB 0
87,195 87,195 000000000010fc8702dd3be4d57a103b12843448954efa0c31b8bb9744f13867 1 0.00/1.00 vMB 0
87,194 87,194 000000000004ba8938550e56e8bf8779263fade7f76b79e4451298250cda1b65 3 0.00/1.00 vMB 0
87,193 87,193 000000000016ae07b23c83028b523c03ec393151d0da1d793cbef74a5f81e094 2 0.00/1.00 vMB 0
87,192 87,192 0000000000174e3c3db2d124fd0ca273fef35837dc2fe183a45c21dc2444057d 1 0.00/1.00 vMB 0
87,191 87,191 00000000000da3c074cc867d9d9d924edf04a9f5d7301072331a4019aee5a8ed 1 0.00/1.00 vMB 0
87,190 87,190 000000000010225b0d1981db72e41c3980dc11a7c4ea43e5fa0894ef291aa92a 1 0.00/1.00 vMB 0
87,189 87,189 00000000001b0443bd5fe5490d79778e09eff2aff0fead9d79b4143fb6893bc0 1 0.00/1.00 vMB 0
87,188 87,188 00000000000e70d01adb9880b28e5d00e05235f95c2c365a5b3f3f000d35c71f 1 0.00/1.00 vMB 0
87,187 87,187 00000000001534f3c647b4871a3b055dfb778c0c2b18bfae70d4f6fbeef1c0c1 2 0.00/1.00 vMB 0
87,186 87,186 000000000007c1ef49ce4fed8fbf6a327d2df7151d9190c6a9d0f30a6ab1f478 2 0.00/1.00 vMB 0
87,185 87,185 00000000000c6253564bbe253861d7e6b0ed981746dd2ca824071d8f2c4d9733 2 0.00/1.00 vMB 0
87,184 87,184 00000000001b7db608528d2f65b0d59a4eea9fcc36644dc61247b119823b7097 3 0.00/1.00 vMB 0
87,183 87,183 00000000001e04caecf5d2160ddc3277b37ddacbf0f02f53f589bb1c94c47629 2 0.00/1.00 vMB 0
87,182 87,182 00000000001ac7589fd6f6e991fcaad316145adf5a89a602bb66fa5d306372c7 1 0.00/1.00 vMB 0
87,181 87,181 00000000000ba51ee0640640114cf76b35332c1ed799e0b82304655632ee12c3 1 0.00/1.00 vMB 0
87,180 87,180 00000000000ef3bba1fc0f0e65b8aac1dad115672d55480d3a2fe6b96e7201bd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.20 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: 654.02 GB
    • Received: 14.08 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.