Loading Tool

Explorer IconExplorer

Memory Pool

69,981 transactions
26.89 vMB
0.08474677 BTC
Random Selection Loading Transactions
Max Size: 160.67/200 MB

Candidate Block

Mining Attempt 03ee15a3d6fb99504b6ea2cffdb3a8908ccd755932967a493822585d5cc84ae4
Version 20000000
Previous Block 00000000000000000001f691bd45982569b89a9b269b1e08ab97aba421b3f821
Merkle Root 676c50bcc3e32c522e689f7783f7cdb44b754eca59117f98e520ec72beb8e8f8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,667
Size: 1.00 vMB
Total Fees: 0.02711926 BTC
Feerates: 703.20 > 2.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,481 (763,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
152,005 152,005 00000000000004782cd6256489120270a8f3f0670af32579dbfd4886e32b3512 22 0.01/1.00 vMB 38
152,004 152,004 0000000000000d1db9ba4fb2597969f65c7031b937c01d5c43017ce1ba639341 33 0.02/1.00 vMB 75
152,003 152,003 00000000000006dbc1653a87412b84d0f675894072c451e868a089dbfe02a359 8 0.00/1.00 vMB 105
152,002 152,002 00000000000008cc13e0a246a7503a1d89da23fc9dd8813da983d8b1148262d4 119 0.04/1.00 vMB 59
152,001 152,001 000000000000049f8324c2da6a67441d11b6d3303529354351a9bdad9d4d8f1f 35 0.02/1.00 vMB 113
152,000 152,000 0000000000000aca2b3a267dab498adc48afd15b60cbf21fa58dc26c86a6dc13 31 0.01/1.00 vMB 57
151,999 151,999 0000000000000b6053d745062995c3f0cafe0dd9af9684150f521adf8597c6f2 131 0.04/1.00 vMB 66
151,998 151,998 00000000000000ea775346b13f0ac28f99e06001b0b4194d7c418222c3606fd3 10 0.01/1.00 vMB 751
151,997 151,997 0000000000000565ebe88c5adfc9a2e07c4b82a6de1399c4df8c41820378b97c 63 0.02/1.00 vMB 512
151,996 151,996 0000000000000ba8a9af95e3ec330beed494181f143e1a85262f159cd96eed76 74 0.05/1.00 vMB 92
151,995 151,995 00000000000000e8069464b591ba92c229b382476049f448d6b9956470bf5e4f 109 0.05/1.00 vMB 140
151,994 151,994 000000000000063f52e5a37f42cd0fb1398a9796d8a9dda4281d3f7119a0b388 98 0.03/1.00 vMB 2
151,993 151,993 00000000000005d90dda0e83bef5bd291e8056a3e8354d5154e00411a1db62a0 74 0.09/1.00 vMB 94
151,992 151,992 0000000000000a544d3ba541dddae74e46469e38b1f8ba4681e0b5f722bb9670 190 0.06/1.00 vMB 206
151,991 151,991 0000000000000d7990596a46c4f5c526e8df1b992c9e4e30cd8bcde0efa434dd 2 0.00/1.00 vMB 114
151,990 151,990 000000000000041b429eb98484e0380ba78945aa3b4698e1709aa4fdc0ff7a79 6 0.00/1.00 vMB 116
151,989 151,989 00000000000002016d111b9c0e59ad60470151a0ac9c861738370bf06f5b3045 4 0.00/1.00 vMB 287
151,988 151,988 00000000000001a46c4372d4fa8362c9f1b3ecb8b6140d4a1fe45c62fe242fdd 7 0.00/1.00 vMB 50
151,987 151,987 00000000000009cf2f812d2f8e54543feb5a07807b5b131fbe465235d3be9472 9 0.01/1.00 vMB 25
151,986 151,986 00000000000008605199c8e15211cfc036161d6c7d7cdfacef8dbb4464dba3f1 62 0.02/1.00 vMB 213
151,985 151,985 0000000000000686f004a8bf416c58bf63ea5f18e430931c89f765c1fc1498cb 44 0.01/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 783.23 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: 758.49 GB
    • Received: 19.05 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.