Loading Tool

Explorer IconExplorer

Memory Pool

37,730 transactions
17.99 vMB
0.13907434 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 94.76/200 MB

Candidate Block

Mining Attempt 1ed26454332c7d8f24ca74c128567cf19b2f66a11f40901daac79411cbaf4971
Version 20000000
Previous Block 00000000000000000001ab848c87dfb69fa6da8fc174f477469f30d59a2ed557
Merkle Root 1663b3689627519cb7682233e3d20ce4b5b374d96e36c0891b302904068ff06b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,119
Size: 1.00 vMB
Total Fees: 0.02849085 BTC
Median Feerate: 4.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,332 (699,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
214,018 214,018 000000000000058b15987772d92db559689344d2578961f17ea3208bf0b43bb7 12 0.00 vMB 21
214,017 214,017 000000000000019e64801068a83dd831998c825aecd2705cd81fa117ccd1d27b 230 0.12 vMB 153
214,016 214,016 000000000000054f90dd542cb10488e7f0604990af84c2f0e82f62eb7967d9b8 296 0.14 vMB 169
214,015 214,015 000000000000046cd4e815832382c264555f66f5efb545e5b1d3baa6cae35a2e 3 0.00 vMB 0
214,014 214,014 00000000000000802e43c2e4d10fa2368461e8e47bff59efa866bc3dc9bc893c 69 0.03 vMB 93
214,013 214,013 00000000000000e425a4c06654d52395a210fe8f3813736ff37defe07b85e5c6 402 0.16 vMB 192
214,012 214,012 00000000000003b1d04742f8e7652d22755b8357230d11559caebaf3c39ccd99 11 0.00 vMB 29
214,011 214,011 000000000000038aaaa06c16855cbe688e4093432ddd31a808f6dffa938e92e3 662 0.25 vMB 201
214,010 214,010 00000000000001e4552cc68e942271cdcc378766d2834a0ad875759e3befa9cd 145 0.05 vMB 652
214,009 214,009 00000000000002d878f86db9e2afccaad0f6c340672718f057e0ab3c1229a1e5 376 0.18 vMB 173
214,008 214,008 00000000000003e6e1ee370eb2e40ff80b6f0aa8d50c395dd9885a0f89026d78 119 0.05 vMB 240
214,007 214,007 00000000000001d50183c9d4b462276f3dd67b677187a2aa9d0f4036f5cbf817 43 0.04 vMB 79
214,006 214,006 0000000000000121a01c5f271d3f6a1fe00169b056d4158494850911877c8757 7 0.00 vMB 222
214,005 214,005 00000000000003648c6adb0c4b458739e79c953854b1c7e2ae2206e6cd7d9252 12 0.01 vMB 87
214,004 214,004 000000000000039004f3b036dfe3a55bf4fa58e8eccb2a3182310e9ea2f6c944 255 0.12 vMB 178
214,003 214,003 000000000000035062f487684d4786271810a5b891da488e5b0035f1c380bd76 461 0.29 vMB 130
214,002 214,002 000000000000046ca16470171307eb6e43acfa20a24632c09478a047899818a1 11 0.00 vMB 15
214,001 214,001 0000000000000246c4afd6fd3204ee2d81595ef621e3cbb3e36a651904c464b7 354 0.19 vMB 162
214,000 214,000 00000000000003e6427f9fafa8b0e1af0859f15cea90d911f64445d296a2781a 230 0.07 vMB 69
213,999 213,999 0000000000000448748d111597fd03962aee9f43abfe8cb911b1a825ddc40060 227 0.11 vMB 136
213,998 213,998 000000000000054304c69ba976975a38cf1a6e5d04f8978b14c76f0099c947cb 202 0.08 vMB 193
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

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