Loading Tool

Explorer IconExplorer

Memory Pool

40,099 transactions
27.10 vMB
0.07310805 BTC
Random Selection Loading Transactions
Max Size: 139.59/200 MB

Candidate Block

Mining Attempt 5c64cd7d0a46e4497be605b18654a5061e9df9e4697236f47998fba04e34cd89
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 216c523021bd09949a8f128fe7ece04c7257ca70d1571d498622e6e92830bb5a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,055
Size: 1.00 vMB
Total Fees: 0.02200530 BTC
Feerates: 107.72 > 2.21 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (418,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,545 496,545 000000000000000000cf0f826cd19e55cedcbac6d753fca989dcb6b0bf6fb48b 2,551 1.00/1.00 vMB 214
496,544 496,544 00000000000000000061fc8f9c869608134dba8ae9dc2c102602c8db2b970a7b 1 0.00/1.00 vMB 0
496,543 496,543 0000000000000000007110397d15d1f83a35d14638eb63b3308ac1e3396a156a 2,536 1.00/1.00 vMB 210
496,542 496,542 000000000000000000c02ea9aba273b0fc1db518935c32bdcf34e01df25cbfdb 2,541 1.00/1.00 vMB 156
496,541 496,541 000000000000000000c996c9eaee94686d403dcb38cf187831c9afc137a47d04 2,784 1.00/1.00 vMB 171
496,540 496,540 0000000000000000009e546a2183eb90aea183bd153f2d7b3c34f67b4aa6abc5 2,453 1.00/1.00 vMB 181
496,539 496,539 000000000000000000993d4df453a426ea82d7e450bd03fa088a5d0a154358a2 2,623 1.00/1.00 vMB 188
496,538 496,538 0000000000000000006a2da0242df7e4c2dab5969c46dc98dad2edcd86db623c 2,552 1.00/1.00 vMB 149
496,537 496,537 000000000000000000a0221918d009f90b17b2703201262c6d2fab8f784d10af 2,164 1.00/1.00 vMB 160
496,536 496,536 0000000000000000005e910b1b741b8e5d39afb306a221565ce8d50fa4439bd0 2,373 1.00/1.00 vMB 194
496,535 496,535 000000000000000000bf6a42a788c94b8069c1233edc15e3c3e556dc0eae2a6b 2,858 1.00/1.00 vMB 154
496,534 496,534 000000000000000000c526d49f8a0a30f510671fcf5ef8ce888db743827f1245 2,459 1.00/1.00 vMB 144
496,533 496,533 00000000000000000018f42baa2cf030f5e1b908452ee054f96cb360dc9b2ccd 2,460 1.00/1.00 vMB 165
496,532 496,532 0000000000000000007e3a85b837b6c342f2991eb04c0d39e221b237626f9a43 2,650 1.00/1.00 vMB 202
496,531 496,531 0000000000000000005591bb264273492684ef9f696972c2d823a0169abb6a19 2,136 1.00/1.00 vMB 172
496,530 496,530 00000000000000000097feb642c41c8226ada932749de817d9e2aa4104d9c83d 1,155 1.00/1.00 vMB 158
496,529 496,529 000000000000000000a6f9fadce3212799a9e926fd5e1cd4a6ea786eabda47e7 2,476 1.00/1.00 vMB 200
496,528 496,528 0000000000000000002c8fe4629066d934fd2143140d09535f5ec04e221ff55a 2,235 1.00/1.00 vMB 162
496,527 496,527 000000000000000000b7d38bf6fa620e2e1f3951b60617ae9a08224a92c91be9 2,823 1.00/1.00 vMB 143
496,526 496,526 00000000000000000006fdc210ba66da7c52d94c113bb4c528a6d7be61d37335 2,208 1.00/1.00 vMB 212
496,525 496,525 0000000000000000001f5366bc9ff43f91c2ae879945aba1bb66848d2a9e94da 2,490 1.00/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 781.79 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: 633.64 GB
    • Received: 12.21 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.