Loading Tool

Explorer IconExplorer

Memory Pool

20,179 transactions
9.12 vMB
0.10344508 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.95/200 MB

Candidate Block

Mining Attempt fc8a261d2e3a3f8d9190bcca541c305c2cfea45d50e69e471193be80e28cbf22
Version 20000000
Previous Block 00000000000000000001af40f37948f8002f4ad5d51161d9ec1b5afe1feb51cb
Merkle Root eaabd9220fea125ed318ceab75412eb3dc5194cb14028ae2381ef76c79aea745
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,437
Size: 1.00 vMB
Total Fees: 0.08217081 BTC
Median Feerate: 2.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,425 (712,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,989 200,989 0000000000000064b81e1027109bb69f484ee671d7e144d7575ccfe7e4891cf8 436 0.20 vMB 113
200,988 200,988 00000000000000baaff7845632d280b3efd91fe4d1da3df4b5b4923caa351e30 114 0.04 vMB 35
200,987 200,987 00000000000003a4f7ee596fa6d54708eebc3f8113cb85fb0e01682315773f27 681 0.20 vMB 188
200,986 200,986 00000000000004b314b5b7f0a4ebf2f68b29d40d1fdcf74e018b3c24b54fd739 28 0.01 vMB 255
200,985 200,985 00000000000003335656761542d206d63eabd116994595b7de33f8654d764597 644 0.33 vMB 72
200,984 200,984 00000000000000f54a64fac851a91157534912b6ff2f486b730b34cf1c398c8c 972 0.25 vMB 195
200,983 200,983 00000000000000ccc5602bf4883c09243213737f371576187d4c8aa38d5c9277 148 0.05 vMB 27
200,982 200,982 00000000000004a13356460be5af5f593a67d6a8d20bf69b915002d6e3fac418 394 0.25 vMB 166
200,981 200,981 00000000000003d166d4d133abfd9402b5876146b5201257a4f4d6327a361ce9 537 0.25 vMB 140
200,980 200,980 00000000000000c9e1d932fe2773254f2b4c49545b1bdefb3333df20af5f0ea8 28 0.01 vMB 23
200,979 200,979 000000000000059129139d0c38752fd669c08d49ba21aa6566c936bb4fb261b4 184 0.10 vMB 96
200,978 200,978 000000000000022ff2e12ea46d1902fcc41378c2d645f2cfce6868193d860474 50 0.01 vMB 152
200,977 200,977 0000000000000230a60bc396f4f2389836622ee823b9588d993222690841a0b1 434 0.14 vMB 167
200,976 200,976 00000000000002ad21f92ec2b8e8f937608f390c41d10c2e40de5b07d0f90b5a 166 0.06 vMB 125
200,975 200,975 0000000000000002869f33feb80d43f6226ac94a764bfaa43b624cb4789ed08f 293 0.12 vMB 76
200,974 200,974 000000000000039e22475b410ea79e2797a00214b64a1671a57159d32abd108e 260 0.10 vMB 143
200,973 200,973 0000000000000332a3d95f5021408c19b4753ef825414c5dd27306c0dfc13e45 12 0.00 vMB 59
200,972 200,972 000000000000020891a278d0324a6f270b1d2acb7d44f4a0e1670f7437209439 68 0.03 vMB 132
200,971 200,971 00000000000003518c8f746bfb70ac59db328193dc057d2a46ecce5e48a35fb1 238 0.13 vMB 115
200,970 200,970 00000000000003d5afaa737b527039df684908947ce4ec451657e3913daf03cc 188 0.06 vMB 78
200,969 200,969 000000000000028bdabf8d291a90bf700a347ba2dc487b4d8680016d26d62b42 42 0.03 vMB 83
Previous 10 blocks ↓
Total Size: 779.61 GB

Node Details:

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