Loading Tool

Explorer IconExplorer

Memory Pool

73,879 transactions
28.24 vMB
0.06855775 BTC
Random Selection Loading Transactions
Max Size: 167.87/200 MB

Candidate Block

Mining Attempt 65fa1d9ccd5aed9665f690186f58d29355cbc26b72876adb41d5b1ff1580a487
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root e129c849a5800e86a975ef0c83d6c2fc779efb2f6f16f48999408a4b07ce7d1d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,585
Size: 1.00 vMB
Total Fees: 0.01204493 BTC
Feerates: 101.62 > 1.21 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (336,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,355 578,355 00000000000000000029a6c2091355ee9bb2ebec870943b9773a7379f4e65c2b 1,810 1.00/1.00 vMB 19
578,354 578,354 0000000000000000000ba25a3964d82148e24a70036737b301bd50781b2d65e9 2,632 1.00/1.00 vMB 33
578,353 578,353 00000000000000000004175bcc78a694a8f604d80f0fb4f1730ab30470b009eb 2,669 1.00/1.00 vMB 145
578,352 578,352 00000000000000000001bd0ff4c7f57613b510bc222390d0beb617726cbae006 2,158 1.00/1.00 vMB 97
578,351 578,351 0000000000000000001748cfdc0e93dd5acf6df8b767d4095122c29e9d8a43f1 2,850 1.00/1.00 vMB 118
578,350 578,350 000000000000000000079859397409185d23a77bf88037e9a6be6b9ea3dde61f 2,311 1.00/1.00 vMB 130
578,349 578,349 0000000000000000002617637d3db19704ff661892ba1b8e8a841bd82111c86e 3,227 1.00/1.00 vMB 184
578,348 578,348 00000000000000000024eaeccf27597353fe6bcea54a35ea6f3ee170fc693c02 2,777 1.00/1.00 vMB 129
578,347 578,347 00000000000000000022d715236b544ea72363d03ac9fa3632190b2ec3856658 2,521 1.00/1.00 vMB 29
578,346 578,346 000000000000000000265525eb627b3ab24b82436efc4f16d314e2a6ad952fca 2,601 1.00/1.00 vMB 157
578,345 578,345 0000000000000000000470fc5bac1e76c9a1cc640bebc57422103c046185d9c6 2,992 1.00/1.00 vMB 142
578,344 578,344 00000000000000000014bae45a3da93de771de70507f67b01ae943fad9bd7956 2,266 1.00/1.00 vMB 93
578,343 578,343 0000000000000000000c626c1b82c947a588d998c05acd5df14a517915dc74c5 1,990 1.00/1.00 vMB 68
578,342 578,342 00000000000000000023906b900e45bb0d49072d8617f5d124dcd8a801a28416 2,359 1.00/1.00 vMB 102
578,341 578,341 00000000000000000001db8afcd5c4d0d8e3a50a13bb9364a425e7df86ef54e1 2,456 1.00/1.00 vMB 138
578,340 578,340 00000000000000000023480d377c2f22df8854272e66804e22258562fd6197e1 2,619 1.00/1.00 vMB 25
578,339 578,339 00000000000000000007ba376870f9249d113f8023d2bd06ea1d8591e480ca5f 2,859 1.00/1.00 vMB 127
578,338 578,338 000000000000000000218dd57c4abe5dd2376d84dac99bd2b7485358085b77c4 2,294 1.00/1.00 vMB 73
578,337 578,337 000000000000000000073f2c1fc9f90d03d267c0a6058df8b724652b8b570a7e 2,126 1.00/1.00 vMB 102
578,336 578,336 00000000000000000020320f04d0f45b980fe10f3fa99cb66cfad6ee971e65d8 2,805 1.00/1.00 vMB 116
578,335 578,335 0000000000000000001e16c1592cab98f6b97de195471f44a3fdf545174ca067 2,908 1.00/1.00 vMB 166
Previous 10 blocks ↓
Total Size: 782.51 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.67 GB
    • Received: 15.55 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.