Loading Tool

Explorer IconExplorer

Memory Pool

33,101 transactions
25.27 vMB
0.07319446 BTC
Random Selection Loading Transactions
Max Size: 127.34/200 MB

Candidate Block

Mining Attempt aebecb281196634b71ff9fea6df2b863300c0e501a38b350175b65ab23c54677
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 18eebd0a35550dce71a0965c4ce4307c27a64cdccbb4bff0fa7700c9aeee662b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,945
Size: 1.00 vMB
Total Fees: 0.02466640 BTC
Feerates: 100.60 > 2.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (732,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
181,987 181,987 0000000000000318a7f69b83804cbb163aa2dafbae8d9b0913ca2bb213b68f2b 658 0.30/1.00 vMB 160
181,986 181,986 00000000000000b815e159fb4fd004eeba901c05cc30794881f445bccb301c89 512 0.22/1.00 vMB 137
181,985 181,985 0000000000000715083a7cfa1d80758060d576d752633f5272c38d4c9c58ef5e 127 0.05/1.00 vMB 134
181,984 181,984 000000000000087b591f72efd496d482c4eadb7e4af4612f910d2719327043ab 129 0.05/1.00 vMB 159
181,983 181,983 000000000000022c08f5a085acf159e15012cf94080edf2008924af0cbc5f694 87 0.06/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 781.87 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: 642.84 GB
    • Received: 12.56 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.