Loading Tool

Explorer IconExplorer

Memory Pool

82,131 transactions
31.12 vMB
0.10271883 BTC
Random Selection Loading Transactions
Max Size: 189.08/200 MB

Candidate Block

Mining Attempt 0f78b1eb391cc11d25a2181268b7b1c380e8e1682a780df6170fc164d63ca8bf
Version 20000000
Previous Block 00000000000000000001989f6db1d6f3f0e853c7a7de668ab650133d23b899c9
Merkle Root efe91deefdedb66aad906ed6c64f0b4d255b8300f88fc927d0992744beb3b4f5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,210
Size: 1.00 vMB
Total Fees: 0.02799925 BTC
Feerates: 150.77 > 2.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,375 (18,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
896,399 896,399 000000000000000000001d0e7eb4b62de1a9232b55c977996d0f688591efbcc6 597 1.00/1.00 vMB 1
896,398 896,398 00000000000000000000f9d397419c9148a12c430440ed8e1b8c72b23a300d9d 251 1.00/1.00 vMB 1
896,397 896,397 00000000000000000002007353da5a2e6d98b9cc2853d40201a4c583e7122a7c 2,194 1.00/1.00 vMB 1
896,396 896,396 0000000000000000000191f1072ff3e927b8005613603c84f4c8de151c6e9f03 3,194 1.00/1.00 vMB 3
896,395 896,395 000000000000000000019e381644db62c07554957fd5f1aa988738f71ebac772 2,759 1.00/1.00 vMB 3
896,394 896,394 0000000000000000000114df3f0b19cd0032e814501f76c2bf67f8ae70fab3e6 2,548 1.00/1.00 vMB 3
896,393 896,393 00000000000000000001881495eccd9192e466e6e2cd5359c067818f334afbc6 3,163 1.00/1.00 vMB 6
896,392 896,392 00000000000000000001a68b1e00ffbcb23628c0c66380c9758d42824c28db55 3,634 1.00/1.00 vMB 5
896,391 896,391 00000000000000000001159155380a56f359555670706dcbdf056721ebcf84a4 2,976 1.00/1.00 vMB 2
896,390 896,390 00000000000000000001332d30a69a5c21659c293f6622b3a41c3dd3f96c2f71 3,531 1.00/1.00 vMB 7
896,389 896,389 000000000000000000018fc8022a09c9abdd87bd02606b6f86b99a3766c7fb48 2,894 1.00/1.00 vMB 3
896,388 896,388 0000000000000000000124a51c25e58fd1df5ae05a8522ccc6573796e399aa15 2,932 1.00/1.00 vMB 17
896,387 896,387 00000000000000000000b76aab4f8011db7f725353c973af2445f6c29aa6d340 2,565 1.00/1.00 vMB 3
896,386 896,386 000000000000000000024af5c9935b875f5cb628e3f16f24c87eef91aa302a25 73 0.99/1.00 vMB 1
896,385 896,385 000000000000000000008f45f7666f58b4abbb12cdd056b2a6912730f190a2f2 875 0.97/1.00 vMB 1
896,384 896,384 00000000000000000000f7709354e621000c2184a5d1f4e9adf922bc774c4c5b 1,058 0.97/1.00 vMB 1
896,383 896,383 00000000000000000001c4a4407de17fca31c6f53cfacf160cc895018900232c 2,940 1.00/1.00 vMB 3
896,382 896,382 00000000000000000001306c4323bcf193864535a49110cf97c58d33afc91c80 2,903 1.00/1.00 vMB 4
896,381 896,381 000000000000000000023c7d67a6bca33b6672cd2d930e4141a4d422516ed5a6 2,477 1.00/1.00 vMB 2
896,380 896,380 00000000000000000000ec443a0e87709a8571df8f68d1f43a11da45cf9e9037 3,485 1.00/1.00 vMB 3
896,379 896,379 00000000000000000001a85aba2b9043365b1dd26bc67155c9058f29bec6dbe0 2,623 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 783.04 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: 720.22 GB
    • Received: 18.15 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.