Loading Tool

Explorer IconExplorer

Memory Pool

47,072 transactions
18.84 vMB
0.22678885 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 107.19/200 MB

Candidate Block

Mining Attempt 02f6aaa6cb2336dd11c4edf41483b2bcdfb686ed6949ddd1ec87fdb197d75c79
Version 20000000
Previous Block 00000000000000000000671ff6b339081082d002a416bd8794e80cf77767e428
Merkle Root cd1f329445c5b1f1228341c7572be3dfd419a8a657399100ab37a8719eb06451
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,862
Size: 1.00 vMB
Total Fees: 0.07355695 BTC
Median Feerate: 5.72 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,316 (897,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
16,200 16,200 000000008a27b1e1dc69baae5c20aa1c1d65d446d45556fc6069446de10701f5 1 0.00 vMB 0
16,199 16,199 00000000fe76f619c5d8ad7bae37f113e98dfac745ae4ef8e717b3214c2fcef4 1 0.00 vMB 0
16,198 16,198 00000000176a1c7f8378d59f27d8bb03363e7ee2175682150885d20e4e7009b1 1 0.00 vMB 0
16,197 16,197 000000004fd3f77ef4517a0666839a21dcaef6d2b8eb63babc66c426e10b5083 1 0.00 vMB 0
16,196 16,196 00000000236a4a6363d25fd80318dd225e2700532ffe4d23f8b4e31d985b6658 1 0.00 vMB 0
16,195 16,195 000000009da141e30eeba3ddafba8c1f79ea5b788f74e195793d23e20cc0f573 1 0.00 vMB 0
16,194 16,194 000000004baf39d415d341f4de122347181bac4c25e19e9c6a389bc95e4b9fdb 1 0.00 vMB 0
16,193 16,193 000000009d9f4a2e0166323752c2f080cde56be9d20ace5c41d1773dfbdd2bd7 1 0.00 vMB 0
16,192 16,192 000000009fab8464b20af839dfd786e8433ca41d562637c238069b354a786b2f 1 0.00 vMB 0
16,191 16,191 000000001d727c280219008651b1a355b90f90cc32e14f4a3c00ed1a0b23485c 1 0.00 vMB 0
16,190 16,190 0000000059f84bbc88759690db9ad878c0c4be5e41488d7865e08c0b13687c5c 1 0.00 vMB 0
16,189 16,189 00000000d4c183720ee674301372fb6cfbde3fb6ced6819eaeb26456da42bab9 1 0.00 vMB 0
16,188 16,188 00000000a21a21a961ea7e13335f1d76e583a0d86dd68b6a17bc45c1f235fbaa 1 0.00 vMB 0
16,187 16,187 00000000134ec6975d9bf01e13eaac59b62068925e798bb664bcb09ff899c4f1 1 0.00 vMB 0
16,186 16,186 000000004a0793848ac152d360132b32d2c0cc286a4a6b6aa56ac56f74809139 1 0.00 vMB 0
16,185 16,185 00000000aab25fdd6bcc93d5a72197b2880aa5f77a3d57095900f5821fbf8c61 1 0.00 vMB 0
16,184 16,184 00000000e747a7cc6155aa614b87704dd768c3c2617a6e0923ee9f844d50fc12 1 0.00 vMB 0
16,183 16,183 000000004ce86dc32fcb90f100ae17ca0c0ea3fc10d7944c5f0523100fa6a93e 1 0.00 vMB 0
16,182 16,182 000000006dc9b87f04c0c121f2e243e020d1dd94462886dab5ffd5c0f4d7e5f3 1 0.00 vMB 0
16,181 16,181 00000000b1f4a5d94f8a15b92493e0bb8e98b4ec4494b7ab635db8dac102a2aa 1 0.00 vMB 0
16,180 16,180 000000006d235093d6d1c10a65a789f1709f79c05d66c6dbc475f17f71d85515 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 89
    • Outgoing: 10
  • Data Transfer:
    • Sent: 99.27 GB
    • Received: 0.44 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.