Loading Tool

Explorer IconExplorer

Memory Pool

43,585 transactions
26.67 vMB
0.06424136 BTC
Random Selection Loading Transactions
Max Size: 140.12/200 MB

Candidate Block

Mining Attempt 19b8e110151b93ecd00528334dfe9a404fd58f87143c0ddfbcc9dc8de83bdb8f
Version 20000000
Previous Block 0000000000000000000040c9dd43a317cb50e762798e0667d30b0669a8a6fa4f
Merkle Root 6feed8ba3a6f3702dbab5d4c6d852cf43df56f97ba7b47ca62d18efdadd6c98f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,787
Size: 1.00 vMB
Total Fees: 0.01483333 BTC
Feerates: 73.20 > 1.49 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,879 (292,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,257 622,257 0000000000000000000a84c9a24ec8a009bcd95961177fbd3dddb480cccf838d 2,392 1.00/1.00 vMB 83
622,256 622,256 0000000000000000000666ed0980ac1b52a680bd7f88c0367e90d9ddb4e7cc33 2,293 1.00/1.00 vMB 78
622,255 622,255 0000000000000000000e432264daa4d886c3924d1f40c0ddd2807b9e66a39ec4 2,704 1.00/1.00 vMB 58
622,254 622,254 0000000000000000000c957784177391fd4f1e5840c0d4eee9e306a50b6b0959 2,642 1.00/1.00 vMB 88
622,253 622,253 00000000000000000006e2535f36d44d2a77dbf1175ad6101e1148bd8386cc6d 2,911 1.00/1.00 vMB 59
622,252 622,252 0000000000000000000bfb48365749038775d8fef61dee2f8d1da7ef41112697 3,162 1.00/1.00 vMB 59
622,251 622,251 00000000000000000007b1baaec6efd07b5f2e76489964dfe26ce518890cd501 2,497 1.00/1.00 vMB 66
622,250 622,250 0000000000000000000ed65a9bbd038dd0b5680838a3aed3701bcdb0732c2f6a 3,048 1.00/1.00 vMB 68
622,249 622,249 00000000000000000009ff3342a8bf6e6001d9531b6548e62d51daaee65f88b0 3,073 1.00/1.00 vMB 71
622,248 622,248 0000000000000000000bdf6331f27df93cf3ac40d88eecb43d0ffe262ca26c22 1,898 1.00/1.00 vMB 88
622,247 622,247 00000000000000000010f150d61cdb3ea61dc806e06acbb0eb60258066773f47 3,232 1.00/1.00 vMB 72
622,246 622,246 00000000000000000005ca15bb69e42087378ffc654aa24e64bdf0b6372db090 2,957 1.00/1.00 vMB 70
622,245 622,245 000000000000000000076245be6b026e46a34cb4b0abad7b71b2d726f5b715d8 2,590 1.00/1.00 vMB 81
622,244 622,244 00000000000000000007df3f26cfe8f888a4c3652a22c8e4d7dddbb70e5a0757 3,155 1.00/1.00 vMB 104
622,243 622,243 0000000000000000000a9a2a0f1ea54794bc6e86ed7251be951cebec9d22e07a 1,457 1.00/1.00 vMB 76
622,242 622,242 00000000000000000008e540f6789a97056be10af006f519500fe7585066682f 2,187 1.00/1.00 vMB 81
622,241 622,241 000000000000000000000174d9b1478a84a04e978a6250ce18e1799b39ca2d87 2,390 1.00/1.00 vMB 94
622,240 622,240 0000000000000000000ab2493d00816bf8e25f0d28d990b2d1c5f089e030cdaf 2,984 1.00/1.00 vMB 88
622,239 622,239 0000000000000000000c6c452c2f0d2d852404511230c90d5ee4c8bf0d6d948c 3,274 1.00/1.00 vMB 74
622,238 622,238 000000000000000000026cab3aa57a98bba55aac722144761199a538cd7b2dad 2,901 1.00/1.00 vMB 74
622,237 622,237 0000000000000000000199961f953376b80058da4aac354442515612a4690f32 2,801 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.17 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: 653.56 GB
    • Received: 13.94 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.