Loading Tool

Explorer IconExplorer

Memory Pool

73,904 transactions
28.47 vMB
0.08290911 BTC
Random Selection Loading Transactions
Max Size: 168.44/200 MB

Candidate Block

Mining Attempt b97e8bbd531651c5559a4d19cc95a008b63414ab79fffc2f6e8733caf604c001
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root b2b866495e319fc4ab1f096d3648b2c570cac4d5d2c3b5efa929c32ff1616ba8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,929
Size: 1.00 vMB
Total Fees: 0.02573611 BTC
Feerates: 196.43 > 2.58 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (233,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,676 681,676 0000000000000000000ada6b976a0a898c415c9e0d5bd41ec3a530ec6469811d 1,732 1.00/1.00 vMB 45
681,675 681,675 0000000000000000000156f3a678a38691f4e7e92c5b355a90d0cffebc175b10 1,765 1.00/1.00 vMB 42
681,674 681,674 00000000000000000003250acc1760a5b41ef80282307515de9eaad44981f705 1,654 1.00/1.00 vMB 43
681,673 681,673 000000000000000000071d5a9f104f326289cc65d1670b67b320d86bfe123e0c 2,055 1.00/1.00 vMB 116
681,672 681,672 000000000000000000072e31b14efc9313421aa8e692a98a9a50666a1bd99715 1,238 1.00/1.00 vMB 139
681,671 681,671 000000000000000000019607f8b423e87d2e2ec30e5921d7e3a362afd86c6c52 2,339 1.00/1.00 vMB 43
681,670 681,670 0000000000000000000b1eb52bd3c3bbe9faba5e8fce980c99ebf3910e570cb0 1,110 1.00/1.00 vMB 48
681,669 681,669 00000000000000000008eceafe95e0c03f5ac7e9c6e50290757009ceb48cf7de 1,983 1.00/1.00 vMB 96
681,668 681,668 000000000000000000067b133f5c211a31b41844700aafa3cb4db47cb19cf0c2 2,195 1.00/1.00 vMB 81
681,667 681,667 00000000000000000008f4fda8f12b172723ce353fcbe445ff535c8968b7ca5b 1,294 1.00/1.00 vMB 32
681,666 681,666 0000000000000000000adfc8761d10dc956ebb90b0308cbb8de8bca650df7d27 1,762 1.00/1.00 vMB 39
681,665 681,665 00000000000000000005ad846b33699603f99821f17f45bfab4513d03e879ada 641 1.00/1.00 vMB 20
681,664 681,664 000000000000000000046ea2b1f3a93cf4b1f19c13edd3242232a303539defab 545 1.00/1.00 vMB 26
681,663 681,663 00000000000000000002f1e7909b572e17e7bab6fb907ca4f7b8d80f6d31c9ae 1,805 1.00/1.00 vMB 25
681,662 681,662 0000000000000000000c6f36b174df67962c36bc000e6c9b2ecff4676fdd0538 2,110 1.00/1.00 vMB 72
681,661 681,661 00000000000000000004d2b7afa84d4c02029629d4e81a5c12b935fe69216c14 1,986 1.00/1.00 vMB 140
681,660 681,660 0000000000000000000a6dff4792a5f2546729e90f13a8bd237a7e0cacad8817 876 1.00/1.00 vMB 39
681,659 681,659 0000000000000000000b40c24237b3a38939b4aef4e3bf162dd6778d5c3e8e2d 1,589 1.00/1.00 vMB 46
681,658 681,658 00000000000000000001671db507c9089e2538027e8b5c0c259a02ce748708ed 602 1.00/1.00 vMB 14
681,657 681,657 0000000000000000000a4d6cd61e6c11816290a2c77d2415ee6274d3fe6450ee 506 1.00/1.00 vMB 19
681,656 681,656 0000000000000000000d203177e5c9345282a953004c4975d16872aada450186 950 1.00/1.00 vMB 38
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.49 GB
    • Received: 15.26 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.