Loading Tool

Explorer IconExplorer

Memory Pool

42,867 transactions
26.25 vMB
0.05596362 BTC
Random Selection Loading Transactions
Max Size: 138.02/200 MB

Candidate Block

Mining Attempt 9ab883b3ff6a5de5c8b89c327bfb90f678b2dadb9f855232770ca9e16e883fe8
Version 20000000
Previous Block 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559
Merkle Root b5cf9f9d6df39ecc9b0ad14582f68f6d07c964cca1cc0a228ee0f59bcedb0169
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,503
Size: 1.00 vMB
Total Fees: 0.00805296 BTC
Feerates: 61.00 > 0.81 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,723 (732,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
181,807 181,807 00000000000004bdce2d0bd5327f8819bb24360a7a99e90362a6ec636be4c9a5 11 0.00/1.00 vMB 16
181,806 181,806 000000000000076e66962d450d73051aed1f25029b3290bc93529425fce7bf19 273 0.11/1.00 vMB 139
181,805 181,805 000000000000086a9511746b0376df2ea5d67800bb0ce2cabee862f98bd4a170 150 0.06/1.00 vMB 102
181,804 181,804 0000000000000062a80d33e9748fe5ad3c184d28bddd1f8f5370379e7064d4c4 11 0.00/1.00 vMB 53
181,803 181,803 00000000000006e6295db73e175a3b1d6a4ac384dbd00521d384ef949d2b3f36 254 0.12/1.00 vMB 105
181,802 181,802 0000000000000348312ca5faccb3b8062f22aba10070efeec89c15288cb49a46 36 0.03/1.00 vMB 72
181,801 181,801 00000000000002b983a465861a830b70797a92602215a841a59a50cbe9dad137 19 0.01/1.00 vMB 49
181,800 181,800 00000000000005719baf3999c44f7828052fcb68ed8ba0ee90de76e15d273fd9 240 0.12/1.00 vMB 131
181,799 181,799 000000000000087ace522c8d23c3a92f4379e9ac63752ee736db2fee9a2a355f 109 0.04/1.00 vMB 805
181,798 181,798 000000000000061a60d87a96f6cd6c4174e385b86e7c45883b9713c9d4d25f5f 76 0.03/1.00 vMB 95
181,797 181,797 00000000000009f542857e50cc63861f4ebbb178b1f131b4407dcfb355e23e6e 224 0.09/1.00 vMB 113
181,796 181,796 00000000000008a8e51c351203c261d46fd2aeaa7569d6fa9d31a0a0542cdf4a 128 0.04/1.00 vMB 128
181,795 181,795 0000000000000433dd4fcaede466f558b62930277eaa0011e37dc0559058de99 138 0.05/1.00 vMB 155
181,794 181,794 000000000000014d0166154dba9e39f9e0ad3c06f630a4e200cbf5bde63b3660 103 0.05/1.00 vMB 310
181,793 181,793 00000000000008fd75d14d34e1d95711b12461ef50223c10a0f07e2e3e1f6944 152 0.06/1.00 vMB 121
181,792 181,792 000000000000027edd79c182631be949bfda1545c3cfb29a7bdebb7aa6e3b0e6 4 0.00/1.00 vMB 68
181,791 181,791 000000000000067ae8f985eef0323da3ccdc5e204c7d2e41a366dab597e9f9a7 145 0.05/1.00 vMB 133
181,790 181,790 0000000000000a0d4d2ae28d33f5f120f30950017d7e15e2af6daebc2284756a 64 0.03/1.00 vMB 102
181,789 181,789 00000000000006bad5579e6d9ba49850b3e2483db06e833e825a0ae7dae480f2 32 0.02/1.00 vMB 195
181,788 181,788 0000000000000390acad9e5ce3284e5d0e4fe725b153d5f8f003577cefac9d93 6 0.00/1.00 vMB 84
181,787 181,787 00000000000006e9df427efd32d51fb174366ac0bfb12834a63fa87e525290e5 89 0.05/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 781.91 GB

Node Details:

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