Loading Tool

Explorer IconExplorer

Memory Pool

39,461 transactions
17.41 vMB
0.13595820 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 96.24/200 MB

Candidate Block

Mining Attempt 95c9a191f955249a465740086a606bffed51150ba0f95672b326b2f123b09999
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 6e694337878dbf6df2b35bcca97a0511330e9e2e0e61bdcea5fc9783780ef24e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,137
Size: 1.00 vMB
Total Fees: 0.03582069 BTC
Median Feerate: 3.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (711,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
201,814 201,814 000000000000056ca5479ee8448422eb0102eeb2bc15859693e9033cbcbc5d77 509 0.18 vMB 128
201,813 201,813 00000000000004e1426ee9c9d908611241327a8a46b7e900077dbc9458f1dfd9 654 0.25 vMB 185
201,812 201,812 0000000000000074d6808c4211695958136c80675bc30d994ed6916fb25c7bc5 581 0.26 vMB 192
201,811 201,811 0000000000000570426b9cb57e78780ab8cdcc71186168fc7ea0b9cbaef07e5f 256 0.10 vMB 233
201,810 201,810 00000000000005527d3997046e82f85edbb2cc947d7085dd43cb60b929c5b0bf 705 0.25 vMB 158
201,809 201,809 00000000000005059be356897a8c7978069154a0cf8beb9b9e757c41aa0bee8f 652 0.26 vMB 244
201,808 201,808 00000000000004805bca4af3b201a18680b224b69feeeac661c5c182ae2bf2fe 741 0.29 vMB 197
201,807 201,807 00000000000001f44b51bfe830c89abe47ab90934c534c9acd68d107b09b8753 116 0.04 vMB 143
201,806 201,806 000000000000026b2bd8b09d7642106e07b77810e33b422699dcb4a51ed32e4f 561 0.27 vMB 396
201,805 201,805 00000000000004eb9d40ac06ab77e4fea51b1fecb16a52566a833588d5ec3b8a 247 0.11 vMB 489
201,804 201,804 000000000000040547272fb6fa24034530c70d0071ecac31f045752757b2f58d 228 0.12 vMB 313
201,803 201,803 0000000000000132bbaf1f8fbbde1f9710e1bcc62161d06d94c536a7924d665a 551 0.32 vMB 81
201,802 201,802 00000000000001dfce3aa472d1b14b76f97741ea64ffc35b95f03a5c80ff17c3 716 0.33 vMB 203
201,801 201,801 00000000000001ce5fedd19e5351d8a50240cc0a89deccca2e01aa277a24fb3b 10 0.00 vMB 154
201,800 201,800 00000000000005451e9edc12b216691991e6de0d3bdb969085d9f3818feb2ceb 33 0.01 vMB 98
201,799 201,799 0000000000000432bc15ec8f2522e691bb58e6fa1d93e8914d2ca802d7f08cca 63 0.03 vMB 58
201,798 201,798 00000000000001c4a22bb81f0870aeffeeeb3b540b86dfe932fabb45cba02e29 203 0.09 vMB 174
201,797 201,797 0000000000000257fae0b354a832a87bde3c8d9f1f0e487c96fac40a3ea84c6a 212 0.14 vMB 153
201,796 201,796 00000000000004eb1c13ae992224d55919427c0edb1735047a23fa5f149eae63 503 0.19 vMB 236
201,795 201,795 000000000000004e010fa0e285c81d8673220c1709b06584dded01f12998bd65 244 0.09 vMB 150
201,794 201,794 000000000000056c9dbacbf4933d7f8e13275004bf9049bb4454621b779670a1 456 0.21 vMB 325
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 90
    • Outgoing: 11
  • Data Transfer:
    • Sent: 111.54 GB
    • Received: 0.47 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.