Loading Tool

Explorer IconExplorer

Memory Pool

72,614 transactions
28.05 vMB
0.06985993 BTC
Random Selection Loading Transactions
Max Size: 166.21/200 MB

Candidate Block

Mining Attempt 23090216e32a0ca8c16e5956c61bf84fa8a31e82ada761ffe1e7288649e71e2c
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root a97b854bab8c6bfaf4bf7deaeeea90b6d99835b97ec57439bc4e3989ed79bfbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,678
Size: 1.00 vMB
Total Fees: 0.01367697 BTC
Feerates: 101.52 > 1.37 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (283,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,606 631,606 000000000000000000073c9450f4597e4a155808dcfab8bf77d0c69401a87db3 899 1.00/1.00 vMB 29
631,605 631,605 0000000000000000000eb690f0ddbda8ae7b7720c469f230acd6fb6cb804d54c 2,152 1.00/1.00 vMB 69
631,604 631,604 0000000000000000000b7eb3e3f11b7770971d5a6707e93716a2ae347c984765 1,308 1.00/1.00 vMB 82
631,603 631,603 00000000000000000001e8912638ab8ed959c2a3adba7d5acb9f586cf208da83 816 1.00/1.00 vMB 26
631,602 631,602 00000000000000000001bc967cb132b6acf236b590c3dd71e80420a5621c1a17 1,197 1.00/1.00 vMB 43
631,601 631,601 00000000000000000004a80981b7a7b6672a72259e2940180a4d24ed623fad38 1,371 1.00/1.00 vMB 43
631,600 631,600 00000000000000000011f2cf003dc4096b6f1a41a13e29ffd0a348d4f6a256db 313 1.00/1.00 vMB 20
631,599 631,599 0000000000000000000b0ca6f75a1e73044cefcc72970345fbc849c51eede621 716 1.00/1.00 vMB 23
631,598 631,598 00000000000000000007ba0ac139d6376420149f2e2d4a5c10bf83775de43e19 1,687 1.00/1.00 vMB 46
631,597 631,597 0000000000000000000fd61c8f1e26e47c2a10795bf824fb7de674d83cc83fd1 2,374 1.00/1.00 vMB 80
631,596 631,596 0000000000000000000b71c815194bbfb8a9f19c0143498769e2d62c4093bb9d 981 1.00/1.00 vMB 27
631,595 631,595 000000000000000000035784a92425f5f9455fcc969ac2025529361d5fdf5388 2,099 1.00/1.00 vMB 28
631,594 631,594 00000000000000000004e502e715aade413160f78f98d2864ea98c710fcccce3 2,364 1.00/1.00 vMB 52
631,593 631,593 000000000000000000055091d896bba746511d7bb324c3e0489fd783fe0cb5bc 2,562 1.00/1.00 vMB 61
631,592 631,592 0000000000000000000ebfcb7df4b07f4d3add1164bd69b9365cd9d3eaf41d4d 2,078 1.00/1.00 vMB 111
631,591 631,591 00000000000000000003d9e9cca0fb1ed5139a10bee6ea801d1b2fe960131819 3,280 1.00/1.00 vMB 211
631,590 631,590 0000000000000000000c5f5c1e7d972d43dc145c3484ccf7b98a26a69560a71f 843 1.00/1.00 vMB 22
631,589 631,589 0000000000000000000c5f15ca9ee7622ad2f0f5c89cf9d78f00db8a1f83ac51 496 1.00/1.00 vMB 15
631,588 631,588 0000000000000000000f9f2fdc402b66f01b779a7dd078a4d2b16e2a56fef4af 2,639 1.00/1.00 vMB 69
631,587 631,587 0000000000000000000da4e82bb4460db75c770a74332393333c8ca7abe60cb3 2,290 1.00/1.00 vMB 68
631,586 631,586 000000000000000000119dca6163638db8db3f2619767161fae14b02bd619d63 2,390 1.00/1.00 vMB 73
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.