Loading Tool

Explorer IconExplorer

Memory Pool

26,161 transactions
6.49 vMB
0.08329373 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.70/200 MB

Candidate Block

Mining Attempt 7354083dfbd341de10a80e168d0271ab87cb21e2afb855f3817f015a2a57a383
Version 20000000
Previous Block 0000000000000000000127de1c64e8de7d91807ecd12e8ffce55889336217812
Merkle Root 25c04bc328d10d49f885d297434594dd2afd25f15a1fe6c71adc85482f366467
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,067
Size: 1.00 vMB
Total Fees: 0.06341780 BTC
Median Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,195 (724,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,378 188,378 000000000000015756b4cd10b7833c53797593c20af9c8fe0cb2590f22c5894b 0.01 MB 32 131
188,377 188,377 00000000000006fcfb1ac89d21f638407b5740c93b4885fb1a5960bea81a0607 0.01 MB 32 8
188,376 188,376 000000000000096170593b661327ae56d4407258c6ccc0b7fdb05b4b42844423 0.25 MB 611 137
188,375 188,375 00000000000006ccef2bc464c55e6a170bd9e613793e868c8b1a6c749ff1fb91 0.05 MB 144 99
188,374 188,374 00000000000007d0a7937657db105301968e70331a104898ed7ea1b6322ec1dc 0.07 MB 203 452
188,373 188,373 00000000000008444445a518038bb5149fc10c290ea3acd4d54f326717dbf4c1 0.09 MB 309 365
188,372 188,372 00000000000008518b1fb0d01d4d8f210007bc7adb7dc54646ad352610162e86 0.16 MB 378 115
188,371 188,371 00000000000004d7bc8069a1411def624afc8e4417337497576985cee33f52aa 0.01 MB 32 5
188,370 188,370 0000000000000377c1bd402243e69a0217acfb6eea5fd21d3c89a3561a96c48f 0.22 MB 641 153
188,369 188,369 0000000000000075ebf7470cf65ed85c96bea28587ad18a1d4fc9d25c0b69b7a 0.25 MB 388 109
188,368 188,368 0000000000000223dd544d12613e3da0f3e3c6f886ed336d56a45caca7f77107 0.05 MB 146 39
188,367 188,367 00000000000008603ad460c1f3bc4840b332a28f10b7f91179652bd8d81c23c4 0.25 MB 827 170
188,366 188,366 000000000000098e1372f8554e11d3d5b8f5fd78c056a7bbaab072a72cc0ef52 0.01 MB 25 59
188,365 188,365 000000000000068d78349d8b3c443eb3593860c9cb0feee66e40eebcac8ce9fd 0.00 MB 8 0
188,364 188,364 00000000000003ba52ae8bbd04275c86a11453f9103ff7954bdf6ce46b532fae 0.25 MB 448 116
188,363 188,363 00000000000007f7e131c42e86092c956bc33b416f80b77e491946bce900191e 0.05 MB 135 119
188,362 188,362 00000000000007fbacd77e29c53c0b32aaa6407487723591f25889846bbaefa3 0.05 MB 83 485
188,361 188,361 00000000000003c9c0df9b77dad0b39c8a9d7f52ba6a9df63cd44e43b0750ab6 0.10 MB 218 96
188,360 188,360 00000000000009460ca4ca46e1863802d7b4a4a4f23cad9b445dd722da4da2e5 0.23 MB 517 178
188,359 188,359 00000000000004b57ced971f9411117bee53c9c87e4b182bc2671daece52cffc 0.03 MB 60 148
188,358 188,358 00000000000007079eb061794b8b1625c18ddaca56e1e77dea313c5f880aff45 0.02 MB 32 92
Previous 10 blocks ↓
Total Size: 779.19 GB

Node Details:

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