Loading Tool

Explorer IconExplorer

Memory Pool

6,565 transactions
8.92 vMB
0.01731540 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.00/200 MB

Candidate Block

Mining Attempt cc942ad167e08193fae43c9e12b599a2026b71eb22efcbac290edf314d61a283
Version 20000000
Previous Block 00000000000000000000c62eb6b3574aa0b8d680bc9d2c401c79c53a05e8a987
Merkle Root d6a2b570c7f27845c77eb56b48c8da4013d4d08c4b087fdabdaab50db4874458
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,266
Size: 0.997913 1.00 vMB
Total Fees: 0.00431525 BTC
Feerates: 30.21 > 0.43 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,805 (754,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
159,012 159,012 00000000000000802adbb308bca002edd4905e2b9c963f1c9a99ed938e81017d 16 0.01/1.00 vMB 594
159,011 159,011 00000000000001154701f5d2a8d28b5c29bc3c3d07d3fb4da55b51c9ad9d6c1b 22 0.01/1.00 vMB 56
159,010 159,010 00000000000006e48b12df5eb3f401c47f01af6163f76bb661619fd79e60f510 124 0.05/1.00 vMB 34
159,009 159,009 0000000000000b2a49885ff78e46b9e666dce2253b30d46df0ce16679f58a042 18 0.01/1.00 vMB 62
159,008 159,008 0000000000000349a73b320ff29f9748b17f7fd034b323851cb04aa53f365056 11 0.01/1.00 vMB 31
159,007 159,007 00000000000001f831de15262d2920ba23ff5c048c4096c089a8f041a72be4fd 11 0.01/1.00 vMB 55
159,006 159,006 00000000000002829417bdbe92f624d37870ac6780077c4cefa7e1261293ea42 2 0.00/1.00 vMB 0
159,005 159,005 000000000000092646ec9cc60b7d989a3e49f8b1d0eb41479c41a30ee4319915 28 0.01/1.00 vMB 42
159,004 159,004 00000000000007f385e4506da0d6d310ca8670ca53cfed77a013cffefec421cb 12 0.00/1.00 vMB 20
159,003 159,003 0000000000000aa15b58748fa37fd31ee447de0af66fb68fff1f6d2bc48a739e 12 0.00/1.00 vMB 0
159,002 159,002 0000000000000af9b7a9f4b325aaada5f24837da252c31668c90a6d213b21d89 15 0.01/1.00 vMB 26
159,001 159,001 0000000000000586e86188be77cd86356a466375d79e235dd845acb13b104dff 14 0.01/1.00 vMB 14
159,000 159,000 0000000000000de25617d0cdbfce23b41289abb01c46b78b0f8128126929ec00 5 0.01/1.00 vMB 24
158,999 158,999 0000000000000c4ae6c7b4aef3fcafab9fe8f8f2b5e9c158ee3ead8911252429 88 0.02/1.00 vMB 34
158,998 158,998 0000000000000a1e59a9fdd583b8645f7d497209cd237f93f818c202848633f1 12 0.00/1.00 vMB 17
158,997 158,997 0000000000000c4ff47551dc23c13a69e98fa36848d8d959d1cbb7e4c97b6d9c 21 0.01/1.00 vMB 37
158,996 158,996 000000000000028eb937c59aab49eb52ef587ec9ede6599a5680c74f13e8f6be 62 0.03/1.00 vMB 78
158,995 158,995 000000000000003a4c16b6c92255da3c5a2e8d22570cfaa7e273942133db6e41 72 0.04/1.00 vMB 55
158,994 158,994 0000000000000dceb665109ceb6e2792bcfd13e6782461eaabc386a3c805247c 21 0.01/1.00 vMB 80
158,993 158,993 00000000000004b5094046c28f7f54a28318a6a07e9129e5cf32235ba7515292 12 0.00/1.00 vMB 0
158,992 158,992 0000000000000973bbc73a3dffba008d0c05746a9d20b2bc0b0f7f143c664386 23 0.01/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 780.27 GB

Node Details:

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