Loading Tool

Explorer IconExplorer

Memory Pool

74,801 transactions
29.77 vMB
0.09876646 BTC
Random Selection Loading Transactions
Max Size: 172.61/200 MB

Candidate Block

Mining Attempt a3cc224794fcd6a13e108fae3370ec1f1d96541b03754b3d977c90dbff18cd85
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root bc32ef98b68291ba64583e458c07dfb355dbf4e420f86bb4ab24d7b5034c1c52
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,815
Size: 1.00 vMB
Total Fees: 0.02814823 BTC
Feerates: 150.36 > 2.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (262,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,298 652,298 0000000000000000000201b2b5720abe35f5542d4be9cd7c5f70e4b1810a8984 2,477 1.00/1.00 vMB 37
652,297 652,297 0000000000000000000982d10e72acf9457ee292ea67620b7a262dc502633819 1,928 1.00/1.00 vMB 68
652,296 652,296 00000000000000000006cfd5762248e06f105bd067797de4b38304b2ba9d6541 1,700 0.55/1.00 vMB 44
652,295 652,295 0000000000000000000d23693df574d7cf75ae5ba26947a484cc9c0bd5895ed3 130 0.31/1.00 vMB 7
652,294 652,294 0000000000000000000140525126ddc6736b9178916a76b39eb6541b2ce009ae 460 1.00/1.00 vMB 3
652,293 652,293 000000000000000000008d5881ec9cfb39e20c0e520f2ed3ed95914cac4890a9 1,399 1.00/1.00 vMB 4
652,292 652,292 000000000000000000087c2aa58383594d0bff6f32eee1b8ac724fd2321c5d6d 2,552 1.00/1.00 vMB 40
652,291 652,291 00000000000000000009b732fe30713b68d2be7e2263dbd3460dc38d4ae5bbfb 2,514 1.00/1.00 vMB 33
652,290 652,290 0000000000000000000e75cba5ab438f8833dd5cd99f1dfc67cd864b6b693ec7 2,628 1.00/1.00 vMB 67
652,289 652,289 00000000000000000006ee46d3d2977346f28fca68ff1fd15c0c4d6009627338 2,456 1.00/1.00 vMB 6
652,288 652,288 0000000000000000000a538ccf44d78c08ef9896ddffb9134f28688d684cc4c4 2,476 1.00/1.00 vMB 12
652,287 652,287 00000000000000000008ed165f9762d90d9fcbdba2f48a75d12428ebb0a858a6 2,920 1.00/1.00 vMB 48
652,286 652,286 00000000000000000006adb0e3e14751604ea13e590ad93bb17ec3560496f384 2,704 1.00/1.00 vMB 7
652,285 652,285 0000000000000000000cf49dd3246d319589eaa0a2c1f11bafa291c3a0f5f795 2,692 1.00/1.00 vMB 76
652,284 652,284 0000000000000000000c1444381ebc7de3cc4ce76817af8542ad0b713e0206c6 2,707 1.00/1.00 vMB 21
652,283 652,283 0000000000000000000b96a4c2f125e075ce8c4772786cfa12f897567e1a9c8f 2,466 1.00/1.00 vMB 68
652,282 652,282 0000000000000000000a659120f9bbb662baedfc844510b3caf831139425d21e 2,836 1.00/1.00 vMB 101
652,281 652,281 00000000000000000008da7a5cea31b5a406b2a310320930bebfae9762cbb0e1 3,176 1.00/1.00 vMB 107
652,280 652,280 0000000000000000000d11d92f857337774f7977270a2edf26b0d1d8572b928f 2,383 1.00/1.00 vMB 21
652,279 652,279 0000000000000000000c8f6ec47865d57868c7da71f218622ea3271f75f1bf4b 2,346 1.00/1.00 vMB 31
652,278 652,278 000000000000000000097517885c051d4d0a5c0b7e5330a05536d369ad7e87e8 2,692 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.48 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.21 GB
    • Received: 15.42 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.