Loading Tool

Explorer IconExplorer

Memory Pool

72,568 transactions
28.02 vMB
0.06887930 BTC
Random Selection Loading Transactions
Max Size: 166.06/200 MB

Candidate Block

Mining Attempt 08526df5e736a9cdd085b4e4b57bcd9e22c1c2afd26347299ca21d36a9a3c95f
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 38dfeebf0339c24ec54c43d1d804350efe899e144ae7e7cbd27902c1400f108b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,847
Size: 1.00 vMB
Total Fees: 0.01282990 BTC
Feerates: 101.52 > 1.29 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (705,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,415 209,415 00000000000001678d8a5fd32a119a916c180dbb5c860e9ae3d50d9dc45a00b1 352 0.15/1.00 vMB 170
209,414 209,414 000000000000002351e8c4a8fb0f461686d66796538bc3390ccbd11a8868c289 47 0.02/1.00 vMB 88
209,413 209,413 00000000000002652c7895f3794f1d7e4c2894485475b5156992f71f5b171b77 253 0.11/1.00 vMB 140
209,412 209,412 0000000000000475c6f075f51a725449352f0b5c41088c12af0e4a5925308f90 627 0.25/1.00 vMB 215
209,411 209,411 0000000000000330eb85e5f837936216b27b2581153eeb2ee725b2d4a9062309 479 0.22/1.00 vMB 176
209,410 209,410 000000000000010e2c563dd1f8ce8771ce4f336daa31ffcfec85b73840e3d99a 153 0.05/1.00 vMB 81
209,409 209,409 000000000000027dad187169be87da472739dfabfb89416b16ee0b1a80ca73a6 615 0.22/1.00 vMB 212
209,408 209,408 00000000000001a35c81c9c99b421044c1d6bdb7f418e0928eefc727de762c3b 9 0.00/1.00 vMB 170
209,407 209,407 000000000000006f97f9b78986186dba1586ffea67d991ecbc4a35e79da6e1c8 60 0.02/1.00 vMB 210
209,406 209,406 00000000000002957a00389d3c50250b6b83343f15d07db591e40c4b5ae4d0c6 92 0.04/1.00 vMB 186
209,405 209,405 00000000000001fed013abdb72e1018f978c697f629b884efe1158d3a5103172 70 0.03/1.00 vMB 132
209,404 209,404 00000000000002435762a4f0b235976b30455745674be3f6319db737fe5f7044 103 0.04/1.00 vMB 161
209,403 209,403 0000000000000246d290ef2a5dda05bd697c0bab225ed406aeba1189e6e3e2e7 81 0.03/1.00 vMB 156
209,402 209,402 0000000000000375df7c861df009ccb05d97165d6dc2fec134d4ceb9692c5d83 291 0.10/1.00 vMB 157
209,401 209,401 0000000000000008ba78f779cb03d66a71d4cbc7b940d1e589ba5aa0698f6d54 212 0.08/1.00 vMB 239
209,400 209,400 00000000000000e64f1d5c3afb2074b3cf6f240adadf4cec9a971d5c67dbcb48 101 0.04/1.00 vMB 179
209,399 209,399 00000000000002d9fae98fbdd9bfbb97cdc8398cf595c854cb363757d7be10bc 167 0.07/1.00 vMB 178
209,398 209,398 00000000000002703aa1fde831b43a888154f4337d3ad9d1a18de7ca211bceca 212 0.10/1.00 vMB 171
209,397 209,397 000000000000019f72fd587e91cb89a45e37afe8ae13cdff1cae90aa49d74d04 29 0.02/1.00 vMB 112
209,396 209,396 00000000000002fa2a5f525287d078721cb867164e1e5028ee981fd6c2d56f20 81 0.03/1.00 vMB 113
209,395 209,395 00000000000001a3658661cbf456d3814c1e4ace5677c2aabd71d6e0b7943bc5 19 0.01/1.00 vMB 296
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.