Loading Tool

Explorer IconExplorer

Memory Pool

76,235 transactions
28.42 vMB
0.06712452 BTC
Random Selection Loading Transactions
Max Size: 172.21/200 MB

Candidate Block

Mining Attempt 8d2eef0e308ba78a30d1b494210da6f481af48dd44ca03324dec90c9a87adc30
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 05ecb07442bc50a2501f81d5dd6156e8ad80a4b698bb887a294a23fcc5455b9c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,473
Size: 1.00 vMB
Total Fees: 0.00816162 BTC
Feerates: 73.20 > 0.82 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (284,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,728 630,728 0000000000000000000ae4621d44bda363f8631f23b84b76cc530a87cdf30064 1,900 1.00/1.00 vMB 141
630,727 630,727 000000000000000000023ee513de4afb0b99cd47454bb0ebaf470fab52233004 2,940 1.00/1.00 vMB 181
630,726 630,726 0000000000000000000a5296b687eb7edadeb95952fc37c564418a189e16a3f0 2,595 1.00/1.00 vMB 109
630,725 630,725 0000000000000000000edc0f1587f6d77b5dc39a88c5b391d0728fa9b59d8b60 1,918 1.00/1.00 vMB 162
630,724 630,724 000000000000000000077fc479401fd08178989c0e9c344d2bb707f40ebf73e7 3,042 1.00/1.00 vMB 154
630,723 630,723 00000000000000000005e11c5ce724aa676cfe33f2989330d7d60280377f23fc 2,691 1.00/1.00 vMB 163
630,722 630,722 00000000000000000009bd7c7e08bd26b6c158c2d347f90bc7552e26721483d9 1,946 1.00/1.00 vMB 141
630,721 630,721 0000000000000000000fafb88fc892c8833d47cb0bd0ebec89bb1081aef101ab 2,543 1.00/1.00 vMB 161
630,720 630,720 000000000000000000090cdd55ef7593109bd7f179765d316850f520c95832b5 3,444 1.00/1.00 vMB 191
630,719 630,719 00000000000000000011306a355b3005722065214f693d0e34787c7d7ebeaffe 2,218 1.00/1.00 vMB 77
630,718 630,718 00000000000000000001c502ba4dcafea965945dd7b1fbc789e49bb6da0837a8 2,808 1.00/1.00 vMB 71
630,717 630,717 0000000000000000000acd5c443a6105a8f18cd4adf39071ba00853bd255de8b 2,337 1.00/1.00 vMB 154
630,716 630,716 0000000000000000000a98cc818b5f0a9cdc72a92f0931dcf17eabd3b3349192 2,873 1.00/1.00 vMB 109
630,715 630,715 0000000000000000000de8f0eb30f8f2872624e1156b974a7f52863f8ece8b6a 2,801 1.00/1.00 vMB 79
630,714 630,714 000000000000000000020ebfb4870a762664d41327fbbd4e610e1ec64f6d1742 1,923 1.00/1.00 vMB 148
630,713 630,713 0000000000000000000ccefa9a822b13021bf4eb898929f65a5416d9661a2f0f 2,393 1.00/1.00 vMB 162
630,712 630,712 0000000000000000000dc6fa8256f016f9643bf3f276b3ae37e90d98c77a5183 2,147 1.00/1.00 vMB 36
630,711 630,711 0000000000000000000cbc40892b50d5b7e6ae6969e79e8ca998702e441a67b5 2,281 1.00/1.00 vMB 44
630,710 630,710 0000000000000000000f805691742b77ffe81e2bf67b699bd48686752aee6916 2,332 1.00/1.00 vMB 39
630,709 630,709 0000000000000000000effc3e9d03f7156fc2b3aedf921203dfcb8c446b60fc0 2,216 1.00/1.00 vMB 78
630,708 630,708 00000000000000000000c5450171f6f6dc8cdd90ba82862b5dc72e90d060bcaa 2,093 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.66 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: 673.06 GB
    • Received: 16.37 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.