Loading Tool

Explorer IconExplorer

Memory Pool

45,471 transactions
28.88 vMB
0.12825949 BTC
Random Selection Loading Transactions
Max Size: 150.70/200 MB

Candidate Block

Mining Attempt 5585ae7ad941e7a732105e73f6ac8d1a0f326acfb34d533aab6c8b0d52930df2
Version 20000000
Previous Block 000000000000000000017af1f60b0a1774993e39cbb6c5abc4771238282a0259
Merkle Root b9c824a69b76c9e5573b2eeba27e65da9cada7bd871b625e69913341bd3a2023
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,052
Size: 1.00 vMB
Total Fees: 0.03984913 BTC
Feerates: 201.13 > 3.99 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,711 (84,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,686 830,686 00000000000000000002625387c6638b4c8e4aa5e8030ee7d9d9843373677934 2,164 1.00/1.00 vMB 19
830,685 830,685 000000000000000000031c9c79f37d7c7978766274bafa32b45c6170f7a611fb 2,971 1.00/1.00 vMB 32
830,684 830,684 0000000000000000000141c2ebc8047935a99de46606ee6961b55e38c8c9915d 2,811 1.00/1.00 vMB 18
830,683 830,683 000000000000000000002cc3d7f14a7aba1d314520ac48a471113b56298f3512 2,741 1.00/1.00 vMB 14
830,682 830,682 0000000000000000000219770a853660cf3168a8102df452140017cc468ec417 2,895 1.00/1.00 vMB 20
830,681 830,681 00000000000000000002683d25b6b2647a2f5650eb30dc8144924499c875359f 2,113 1.00/1.00 vMB 16
830,680 830,680 0000000000000000000245b637962da9fd9f0d2fe143dc1ec1a730a5d4c08c5c 2,918 1.00/1.00 vMB 24
830,679 830,679 00000000000000000002976a5a167e620d2ee6fc78ac129fade8510a90cbdd82 1,847 1.00/1.00 vMB 19
830,678 830,678 000000000000000000034c28bc7a540b6f2a2fe7fecc4f88b89863d930b672d6 725 1.00/1.00 vMB 12
830,677 830,677 00000000000000000002cec56ddab3a891d6f06c9b2a21678910ab8728cbc50f 658 1.00/1.00 vMB 13
830,676 830,676 00000000000000000002fed7c82b32a8a3e95b56f06e0161009f7d33cc8a39e7 1,665 1.00/1.00 vMB 15
830,675 830,675 000000000000000000001efee9a94a68b1387cb3ace4802248d35f4b8caac8de 1,726 1.00/1.00 vMB 14
830,674 830,674 000000000000000000000458cd4daf8b9b8572e3b5dd56f7da1c80643037a9b2 1,841 1.00/1.00 vMB 14
830,673 830,673 0000000000000000000283fed7c111cdb7686b389f5677ab20fbab28916b76ad 1,850 1.00/1.00 vMB 18
830,672 830,672 000000000000000000008b6791f0e2623faa92c27faff30222e38a5b604b89f3 1,798 1.00/1.00 vMB 26
830,671 830,671 0000000000000000000160eb72f36eaed9fce0b40ffed8f516e1996739c45d96 1,644 1.00/1.00 vMB 16
830,670 830,670 00000000000000000002fad4b3d5acfa4761a717dece9c1b7f2d1d62e5be54d0 1,228 1.00/1.00 vMB 14
830,669 830,669 00000000000000000000fba8c38232f1884f7e52c849f1b5c63e9623c8894311 551 1.00/1.00 vMB 12
830,668 830,668 0000000000000000000086b3d94ffe56fc6fdf826b28acfd911272a6ef0864a5 681 1.00/1.00 vMB 13
830,667 830,667 00000000000000000002d460bd05d86e77a041f0ba89b37484078be34949970c 1,742 1.00/1.00 vMB 13
830,666 830,666 000000000000000000017fc18310485b04c5467307b19bcc5e26949176959216 1,192 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.88 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: 645.05 GB
    • Received: 12.66 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.