Loading Tool

Explorer IconExplorer

Memory Pool

72,508 transactions
28.00 vMB
0.06808625 BTC
Random Selection Loading Transactions
Max Size: 165.93/200 MB

Candidate Block

Mining Attempt 75c49316c9c887342dec20b552702036d5f0a16e6f1e66138629402cf4936fa3
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 1c749b0530f541d8f0daf63d6c2be178b8f594f9c7d98b751dfc8729f7d54ede
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,087
Size: 1.00 vMB
Total Fees: 0.01183391 BTC
Feerates: 101.52 > 1.19 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (246,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,300 668,300 00000000000000000003e7196b140a47083dbed34ced4cf4762d8fc37c6a7e50 1,720 1.00/1.00 vMB 72
668,299 668,299 0000000000000000000cbab0718b0018fc5942eb74f00dd7cb7deec5bfdddc22 2,013 1.00/1.00 vMB 98
668,298 668,298 00000000000000000005a788a7173a91e55d0641f7846ca6909de33f3a9087e5 2,347 1.00/1.00 vMB 105
668,297 668,297 0000000000000000000956c9e7a8d563340e86f3cd5ce9c7f721224cadb7f226 2,186 1.00/1.00 vMB 88
668,296 668,296 0000000000000000000bf7c78793602a0a22adf743fdf724dad43b28c557e208 1,603 1.00/1.00 vMB 137
668,295 668,295 0000000000000000000bfc429ff7a3b90ee0911b5b914fd2dc8d4c464f41f28f 2,686 1.00/1.00 vMB 102
668,294 668,294 0000000000000000000a9aff3d0c6bb4233d9ab8ed249cc09e8f2eed43104b1f 2,461 1.00/1.00 vMB 79
668,293 668,293 00000000000000000008b44ab7335132b3b4c80e5d6510721e6f1d0914ab394c 2,539 1.00/1.00 vMB 140
668,292 668,292 00000000000000000009ea6e1dcbbbc8f7936b29702566eb2d48f42f88faf659 2,678 1.00/1.00 vMB 121
668,291 668,291 000000000000000000092bb574498d6bff9de945fd92fb4585df122a8f8ae59b 2,173 1.00/1.00 vMB 89
668,290 668,290 0000000000000000000b232b367c44630e1644eca10c433a144ad1ee8f56b556 2,802 1.00/1.00 vMB 75
668,289 668,289 00000000000000000006fe77a5e6114680df8babf2a6da60793a679ffe4d1efe 2,284 1.00/1.00 vMB 139
668,288 668,288 0000000000000000000b4c8ed328910e2b8166fadce90d3432bf34f002040132 2,235 1.00/1.00 vMB 81
668,287 668,287 0000000000000000000185591fa35d4ffe4b45c15bc191574fd18f1fb6a8b00a 1,675 1.00/1.00 vMB 135
668,286 668,286 0000000000000000000b19e42a56b6e6b578f4009daad162821880a6f91ba737 1,855 1.00/1.00 vMB 127
668,285 668,285 000000000000000000000a6527edcf1105004731dc69277731a3111caa19d254 1,483 1.00/1.00 vMB 154
668,284 668,284 00000000000000000002f0dd457b978032f9b778c06f13483eff602a69631ba0 1,933 1.00/1.00 vMB 82
668,283 668,283 00000000000000000006fd29ff3cb09b91fb33a4a6f014c01ddaabe23722565b 2,553 1.00/1.00 vMB 110
668,282 668,282 00000000000000000002d136f80c152cd48716a357ab24db4510201a6d8f69c6 2,424 1.00/1.00 vMB 88
668,281 668,281 00000000000000000000beb4b89b0b49cab37576fb5fa965705e333852873af7 2,907 1.00/1.00 vMB 112
668,280 668,280 0000000000000000000c1e3e26422b8a314974556efe0e4fd53989df385caea9 2,052 1.00/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.