Loading Tool

Explorer IconExplorer

Memory Pool

41,490 transactions
18.13 vMB
0.17344703 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: 100.07/200 MB

Candidate Block

Mining Attempt 0827e6affdd402fc389f9ae663fd59b2e03f61205c8ffbe4110b1d91847c95fe
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root ad4c444b1bd2aeb2e99689e5e2d9afeb31e85935847643df67d974b84f2b969f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,717
Size: 1.00 vMB
Total Fees: 0.05628842 BTC
Median Feerate: 4.86 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (572,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
340,847 340,847 000000000000000010eae8c24d30d0036180c44815fc3781f8f2bcee5f0380d9 287 0.20 vMB 20
340,846 340,846 0000000000000000131bf2928eacb270c417d2d28e6814c1d9db651b11611cf0 561 0.26 vMB 26
340,845 340,845 00000000000000000a4ad3d49d696e4b988140932519cf0f6efb4dea524632f8 192 0.09 vMB 27
340,844 340,844 00000000000000000393069c66b8b556f5b7b3802eeb67eb74d778deecd71779 405 0.18 vMB 29
340,843 340,843 0000000000000000067c71f86c100aeaecbde65d8cb6c470afb4730fdf6826a9 654 0.29 vMB 32
340,842 340,842 0000000000000000134c28d540da7f77fd0da3ec527e7abf21242a92b59a9db9 586 0.28 vMB 24
340,841 340,841 00000000000000001791e4862ed59272cd677fb0c35c39106c82985ee3f3ea17 654 0.27 vMB 31
340,840 340,840 00000000000000000c39e035fccd89c325290765b873dc6b4fa5c509174c8427 209 0.08 vMB 17
340,839 340,839 000000000000000014f5c9669205b81adc4179e65571bf49a45b88295006e513 1,056 0.75 vMB 21
340,838 340,838 0000000000000000007e49457f6a42202ea16b36b928d358e3960b8fbd38df6b 1,141 0.36 vMB 39
340,837 340,837 00000000000000000b56fcb7fc2d4f26905c37da6ea495ce7915e2787aa7cdfd 912 0.50 vMB 25
340,836 340,836 000000000000000013fce2b5b1d0e151177a84290b5b38ab8549558ade977b6e 34 0.01 vMB 15
340,835 340,835 000000000000000012f46480d0d53e9065375cc1f013b0a81e3a175fede0e1c8 442 0.24 vMB 26
340,834 340,834 000000000000000014d9f305ba0c9d05051bf5ca5832b1b096e4afc44aa3249e 1 0.00 vMB 0
340,833 340,833 00000000000000000139874515d1c48622475577fe7495c6926e267386c85054 1 0.00 vMB 0
340,832 340,832 00000000000000001483cbdea09d3431981ecfde76a0aad473b77b21f87fae0b 191 0.16 vMB 20
340,831 340,831 00000000000000000c1bc21f8d40a428612c1ec91d5a9a472adb4dd7875a8100 190 0.08 vMB 34
340,830 340,830 000000000000000003041116afd6b26f32114d9683ac65d3298b41b5d106df1a 1,157 0.71 vMB 23
340,829 340,829 000000000000000013f1ac877264db8e6e0cb1e159d196905d222b48f3b6906a 730 0.24 vMB 38
340,828 340,828 00000000000000001a608968f8120134fef6cb6269a9818d19c246cea17a6825 51 0.02 vMB 26
340,827 340,827 00000000000000000341186299c790e0da032e2a0d2132f13a7f89393350b095 233 0.12 vMB 24
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: 89
    • Outgoing: 10
  • Data Transfer:
    • Sent: 113.67 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.