Loading Tool

Explorer IconExplorer

Memory Pool

47,931 transactions
27.99 vMB
0.06679717 BTC
Random Selection Loading Transactions
Max Size: 148.66/200 MB

Candidate Block

Mining Attempt 08bd082da585f5b7b1daabec7a50577d6702c4f2bfe02acc213f8337776d74dd
Version 20000000
Previous Block 00000000000000000001a910bb93b48e2d87af92722f1a8406500b6fdd169ecb
Merkle Root cabff3edd99bca872681a3a55a0d002d5a16467635a182bbc4583e002fb6fe9c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,072
Size: 1.00 vMB
Total Fees: 0.01242785 BTC
Feerates: 46.87 > 1.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,718 (732,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
182,008 182,008 00000000000000ad000398b95056e352967d7fa8edcb8878e25d99c798d07797 74 0.06/1.00 vMB 62
182,007 182,007 0000000000000874fab197af8806d5ca88102f990b8d7c12e9623701612dcfc2 268 0.11/1.00 vMB 139
182,006 182,006 000000000000091b381a21242f135059a22cfbb0728e3c6677a95a5b77550fc6 41 0.01/1.00 vMB 28
182,005 182,005 000000000000031b0596f0bfb96eb3bb4fbdacc31d3e87203b181cc3be42ee34 256 0.14/1.00 vMB 109
182,004 182,004 0000000000000452beee3b0aed14f974ebc37d1eda0cdc2fb4a323a5143ae664 176 0.08/1.00 vMB 122
182,003 182,003 00000000000009440bc36fe5c04dda594464b43b540cf2e5da7ac0e3ce960f82 131 0.05/1.00 vMB 133
182,002 182,002 00000000000001d3eb2a4ffa6fc3e51fb126092b9e418b398a28c3aa7d1588b8 128 0.06/1.00 vMB 97
182,001 182,001 0000000000000a6291a6ced756c7b8b46e75fd01d75fabb1c10d76ebab5dbdb2 33 0.01/1.00 vMB 0
182,000 182,000 000000000000068dce12903c1447e4c5b60311b61e443a25d5fc82c77f4f9a8f 128 0.05/1.00 vMB 135
181,999 181,999 0000000000000047e3af4bb4fdacc0cc6ae7e44fc751f6a8ab4bfd985012677a 291 0.25/1.00 vMB 136
181,998 181,998 000000000000069d56b9cf85809220e9d100e0fcf8196824835f45679bfa15b7 613 0.25/1.00 vMB 157
181,997 181,997 00000000000005771ed729f80a5c732ae104ba0bd83d8dbe56a1a9851c8d1a31 113 0.05/1.00 vMB 95
181,996 181,996 00000000000008087ddb8523f9c5742fcd404a08ffad9f952285ba1584c83ebb 513 0.17/1.00 vMB 166
181,995 181,995 00000000000009fdeb57b45eebdcc3dd193554a3a18f93be0478ead686e5fd20 256 0.12/1.00 vMB 147
181,994 181,994 0000000000000008fa1e30a5c6d10739e7be25363440d729663730d35ea52f4d 14 0.00/1.00 vMB 463
181,993 181,993 0000000000000480e13085b9c8eaf2c024e5a95548ef164f21735344d6243b79 102 0.04/1.00 vMB 119
181,992 181,992 00000000000008d25854a6842321ec3272a67e0c5d25a1c21fb112533fea3afe 43 0.04/1.00 vMB 56
181,991 181,991 00000000000006fefeab12b3d12d186ff041cd0e23bbf04e54ffaec30628d1ff 147 0.05/1.00 vMB 33
181,990 181,990 000000000000003c6783721bf5c0f0094e1d53aa73e87ba3f13ed5be3e06fc4c 128 0.11/1.00 vMB 547
181,989 181,989 00000000000006d935e173c5e1bd3cbda5ded6217143ee6a1e11606ba523e62b 13 0.00/1.00 vMB 105
181,988 181,988 00000000000000a934c4d5cda25ee90c3fd4df0941aa98bfdaeef2797e716177 34 0.01/1.00 vMB 118
Previous 10 blocks ↓
Total Size: 781.90 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.25 GB
    • Received: 12.72 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.