Loading Tool

Explorer IconExplorer

Memory Pool

80,442 transactions
29.69 vMB
0.06847345 BTC
Random Selection Loading Transactions
Max Size: 179.20/200 MB

Candidate Block

Mining Attempt 329fafe2b7a58301e5803c6c6dae95ebce177f9afdb0d05fdead296c7f5bd75f
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root c4c8ba908064901c00ffe5b6d94c8a34511a4bdc653e76c809e1dbc75398bd18
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,191
Size: 1.00 vMB
Total Fees: 0.00782379 BTC
Feerates: 100.36 > 0.78 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (683,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
231,265 231,265 000000000000006c2f1734c1428e04b53e44f0406d8f4dd08913622dfe496d0a 221 0.09/1.00 vMB 168
231,264 231,264 000000000000005f16a4ef93e39c3cb0b0b76c5d3255826d486b7bccf3b1f765 38 0.02/1.00 vMB 122
231,263 231,263 00000000000002092e2c595c82f489542045e33657365097bda8ad1c6818fd7f 300 0.19/1.00 vMB 110
231,262 231,262 00000000000000619d1b63dd559325b4a4610f4ec46691894d752cd1b215f75e 436 0.22/1.00 vMB 227
231,261 231,261 00000000000000b82bdf6a5db0e66a50650026c15a1837163689cf04a3f67ecc 547 0.25/1.00 vMB 174
231,260 231,260 000000000000016d83f71d4bb8ef6ad75d242e89b883ab2fe05a6009d79f59c9 5 0.00/1.00 vMB 87
231,259 231,259 00000000000001a80218fab7ecc7cb5a8c1dacf2699692d0202381dc9001b297 609 0.25/1.00 vMB 397
231,258 231,258 00000000000000dfbe8bf0b2154c744b045458da235e931740dc027bdadb3628 160 0.07/1.00 vMB 198
231,257 231,257 0000000000000123878df73436f282513788827b0ec0a068b4a95b033f8aebd7 373 0.17/1.00 vMB 178
231,256 231,256 0000000000000110769bf327364b4b3e4c44f7131e09ca5832c801510b9008d9 16 0.01/1.00 vMB 160
231,255 231,255 00000000000001522b9a56544a45c8226ee075d9d7c399825d7e18559f5530d4 269 0.14/1.00 vMB 113
231,254 231,254 00000000000000c013ee4372a5febfe31a37b77dd3fc769d04266bdaa748c038 383 0.25/1.00 vMB 65
231,253 231,253 0000000000000100bdba68af70910fedddcb940510794d760e1455b0f7d9cd5e 48 0.02/1.00 vMB 147
231,252 231,252 000000000000003c7f21ebfd744b22a2c3d95d2d14fd5ec7634533e74dea06f5 525 0.21/1.00 vMB 230
231,251 231,251 0000000000000225efac327c5118c193c33da5f5c8a1b4c4f9ca0c88807c2083 523 0.25/1.00 vMB 183
231,250 231,250 00000000000000fc0336bf256c2d1561d105d567384d072109da20c01c530a4f 272 0.10/1.00 vMB 233
231,249 231,249 00000000000001ba7dc528ff82a9d57a28fdcb70375fa15e352530398408195b 206 0.10/1.00 vMB 114
231,248 231,248 00000000000000467b2f7f3fb63790ad641a6d7eefc436bfd41af0ef8c5fda93 145 0.11/1.00 vMB 116
231,247 231,247 0000000000000028dda017f0fa5a8ae87811af0a4df58cf8b44e7c8c956ab0a6 585 0.25/1.00 vMB 169
231,246 231,246 000000000000018e6ad53c3dbebff26c83fbd3e14222bd7152e2473ba1c841f7 542 0.36/1.00 vMB 127
231,245 231,245 00000000000000e6ee2dba5bb7d26b1a15df6deb4f30007c72e96e5a10c147a9 824 0.25/1.00 vMB 308
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.