Loading Tool

Explorer IconExplorer

Memory Pool

75,400 transactions
27.83 vMB
0.08323598 BTC
Random Selection Loading Transactions
Max Size: 169.72/200 MB

Candidate Block

Mining Attempt 8dda1281e403d9a01d2811d16449722922ace9c252bf3c291cd8fc7a3edfa91f
Version 20000000
Previous Block 00000000000000000000e688f97ccb81e4d6cc7bbc0a5091e24a52bc286c17c9
Merkle Root 834be86faaaeca4f3ddc644927e9d219a7618c94d7e33b4cbbe66310dd79d977
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,319
Size: 1.00 vMB
Total Fees: 0.02344083 BTC
Feerates: 555.06 > 2.35 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,282 (706,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,225 209,225 00000000000002d19fcbacde2649543e8e6cf18542142979d76e326b8a56b142 100 0.04/1.00 vMB 47
209,224 209,224 000000000000005917636e6a3f5dd473a2d49eb03c3f28d3cb5ca34e883f0916 416 0.17/1.00 vMB 241
209,223 209,223 00000000000002a74c86b47981a48dfbe8d4b93820575505ae349fa93cd896cf 111 0.04/1.00 vMB 152
209,222 209,222 00000000000002ea56969be76af5f5b401fdf20f81a65807e59245bbdd902145 195 0.09/1.00 vMB 148
209,221 209,221 000000000000029ea75c5957d2716712ed475ef96ffbdf3e7e54f6de0faecd1e 101 0.04/1.00 vMB 183
209,220 209,220 00000000000000507f1334c795a60d5b999526dc7cd9e76a2db15c9c9221886a 97 0.04/1.00 vMB 60
209,219 209,219 000000000000043a038479761afdfeb2cfaa4ad9f5a78a834eef0e534451213e 502 0.22/1.00 vMB 210
209,218 209,218 00000000000004366ae63ad0ffd4e03fa9f6e7129dec20bad74d40694203a741 11 0.00/1.00 vMB 301
209,217 209,217 0000000000000023db79cab0291d9b3781e8327a5829fc73ca564af4a9348ca8 287 0.16/1.00 vMB 155
209,216 209,216 00000000000000e2b2de2513f3ef3aa09e2655b457f5665d5a0ad0cd4262a9ad 22 0.01/1.00 vMB 158
209,215 209,215 00000000000004ea6dd4cfaeb39fa3689746dfb764bfdb4fcd63024872e5df5a 99 0.04/1.00 vMB 222
209,214 209,214 00000000000004c477df6888f33a5fd1a5ff05b34ce3eb9ccb3aac3b95b5ffc7 104 0.05/1.00 vMB 198
209,213 209,213 00000000000000e8b7cef3f8e7f96dc66fda46ca31285e2c407d4cadd05ae7f7 128 0.06/1.00 vMB 157
209,212 209,212 00000000000001f2d8b3f763ff9b94db638033d57683e20e8d871721045e01c7 399 0.26/1.00 vMB 114
209,211 209,211 00000000000004e992331e001b34c7972c330286ce3aa338e62259aaa4614740 316 0.13/1.00 vMB 203
209,210 209,210 00000000000002ef44707003a44f8c627bf0c2c0ec173b7f9f6e07d28360c497 617 0.25/1.00 vMB 250
209,209 209,209 0000000000000125c8d261cf26d83604c74ca8695848f6e8e1a0fed8bd560305 204 0.09/1.00 vMB 176
209,208 209,208 00000000000003f6c1252fe016e4280fa5791c9bca9f607124bc3bdf3cc34147 258 0.14/1.00 vMB 171
209,207 209,207 000000000000044d2f2d5891b7b3ebad829d59f4e018d303a6cbddc9eeeaf2c4 74 0.03/1.00 vMB 225
209,206 209,206 00000000000004699eca20cc9b24d4b0a02740f4238def9d03808262fe4c3a14 523 0.27/1.00 vMB 143
209,205 209,205 000000000000020f1c3117da8536f721f20f55e7f840f19be0ec205c889c1904 91 0.04/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.88 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: 713.27 GB
    • Received: 17.34 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.