Loading Tool

Explorer IconExplorer

Memory Pool

81,940 transactions
31.45 vMB
0.10637397 BTC
Random Selection Loading Transactions
Max Size: 189.37/200 MB

Candidate Block

Mining Attempt 90fb9fe45e4f22ab728fe13547d02fe1f682952e5a32a53f6ee9ea48ae1f0c53
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 25e42aaf7dc131006d1151917aa97b40a5805fbf97ded12ec0b57e0a105ae219
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,977
Size: 1.00 vMB
Total Fees: 0.02672659 BTC
Feerates: 318.30 > 2.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (646,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
268,538 268,538 0000000000000003f52abab9ab71f3c20ee380ec3df5ea3b7f4795ad3e501db1 230 0.25/1.00 vMB 17
268,537 268,537 00000000000000063b3f70a2709c683382cc98edb2b4263e148d1f9ab8aa7f53 775 0.50/1.00 vMB 29
268,536 268,536 0000000000000002c75dc70cd46bfa560a135ceb4c12fe3a91e3063a0a03df3f 167 0.25/1.00 vMB 99
268,535 268,535 0000000000000005d17b7e75a1f4ba67dfde3318dc8265d2d822ac1fc3f4cf21 909 0.25/1.00 vMB 55
268,534 268,534 00000000000000084c9f3e303fd128ebd3e7e02be20803e15f9800afcc2d75ab 318 0.25/1.00 vMB 111
268,533 268,533 00000000000000073f099cfddd4ec2d0f1d1aaee8194fbefe15adc2da066d21c 530 0.25/1.00 vMB 138
268,532 268,532 00000000000000046664e1bc28d57740c5572ed9ee1a3f40e7b8f5193e0be974 683 0.25/1.00 vMB 99
268,531 268,531 0000000000000007962a92132a7dbec42af2630ada88090581bed00e5632253a 853 0.48/1.00 vMB 65
268,530 268,530 0000000000000003421518eb98dee1fab515fe09746a82ae5090ce0a05c1f91d 110 0.15/1.00 vMB 8
268,529 268,529 0000000000000007a98dcd2e131153182b443b6a7a0020ad057ec821bb971417 112 0.13/1.00 vMB 20,226
268,528 268,528 00000000000000037a16e095f8aa9368d8da76ca7b00bf76ba05674bc9deb35a 296 0.17/1.00 vMB 58
268,527 268,527 0000000000000000ddf53b9159f7773bf8793efb623db30c97c072b0c0cec214 123 0.14/1.00 vMB 29
268,526 268,526 0000000000000007eb413810be76afe4107e8f0a50d3ce63c7f7543dee0fc0aa 114 0.07/1.00 vMB 39
268,525 268,525 0000000000000001ca64b855db13267b8b5216dad3602b0f2b461a35f250a0e9 846 0.42/1.00 vMB 64
268,524 268,524 000000000000000239e967c1e1f03a75b94ccc34724bc8258fb6d7dcd8aa355b 1,938 0.90/1.00 vMB 56
268,523 268,523 0000000000000003c31edcb5645f080e485c0ffc0a9439d11e1196f2497f543d 475 0.25/1.00 vMB 125
268,522 268,522 00000000000000011bf4dd78b7b669bae9cdb9e3e6c7bf157b575d304bf55a7c 786 0.41/1.00 vMB 51
268,521 268,521 0000000000000003f9556e92327fadfbe8f2a78953804113c652d2798bdbd1b8 628 0.25/1.00 vMB 70
268,520 268,520 0000000000000005b60c4fb5f09d7058fa1eda99ecd9287b379708f23b8f2c41 651 0.25/1.00 vMB 89
268,519 268,519 0000000000000004aa3a5270270e51bcd65078fcf277d23050d613e4453d0e39 479 0.24/1.00 vMB 64
268,518 268,518 000000000000000258e952cc7957795354490b2d6f03cc892ae1c4e12567cee6 540 0.28/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 783.00 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: 718.78 GB
    • Received: 17.95 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.