Loading Tool

Explorer IconExplorer

Memory Pool

84,143 transactions
31.55 vMB
0.10020491 BTC
Random Selection Loading Transactions
Max Size: 193.29/200 MB

Candidate Block

Mining Attempt 707969459bfcfb6b197cb624c898d4e5a12fdea2b1eef0ce26ce1fc5177a9b01
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root 8050b987b54bbbe4020fe876489371956c4ba0c567f8ce58de7e9090b09b9b5c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,176
Size: 1.00 vMB
Total Fees: 0.02684545 BTC
Feerates: 299.70 > 2.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (422,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,900 492,900 0000000000000000000c463b1ab1baa44671b4661f3412299621ebe219bff66d 2,213 1.00/1.00 vMB 219
492,899 492,899 000000000000000000997b587adce6bb186dd7dfff80d2ffae6bddb38a058bf2 2,275 1.00/1.00 vMB 272
492,898 492,898 0000000000000000007bc1fe1299c314158335f3c95212f717017b59b2d87232 1,601 1.00/1.00 vMB 121
492,897 492,897 000000000000000000901a88849616f4f5e1006d2be4196c812ed3e54ad9c57d 2,237 1.00/1.00 vMB 165
492,896 492,896 0000000000000000009d2af01d211360828535eac80a5424ddb7c56fd69f5820 2,394 1.00/1.00 vMB 246
492,895 492,895 0000000000000000003fa8306f5efef63127248cc5d7e39f5dd15be101e33eda 2,100 0.91/1.00 vMB 206
492,894 492,894 00000000000000000001d793e1752ef2b4a371f75442404a664f9e4690d0a2c9 1,648 1.00/1.00 vMB 201
492,893 492,893 0000000000000000000097fec85081b263af47180bee18016f6064b9e6bce10a 2,562 1.00/1.00 vMB 166
492,892 492,892 000000000000000000a5b279684ac5e3ce19ce8050ce4447f7390a500230a3a6 1,790 0.88/1.00 vMB 222
492,891 492,891 0000000000000000004b7eb5cf9ee024ddfbdd156a05feb32d37320eb7561454 2,727 1.00/1.00 vMB 271
492,890 492,890 0000000000000000004e65aefab6b4516747f8bcfb3d6c4921a0a792069b3374 2,722 1.00/1.00 vMB 224
492,889 492,889 00000000000000000044d122cc72f6104a63ee0fe0bc4ca524dcaf736c5391a1 2,519 1.00/1.00 vMB 184
492,888 492,888 000000000000000000327c0a08192a66f27014282d4938090db146d8c98a9018 2,104 1.00/1.00 vMB 197
492,887 492,887 00000000000000000079dc9a79227e0d3d05570f0d3839a04c3d0bc27840515a 2,105 1.00/1.00 vMB 220
492,886 492,886 000000000000000000b22f304a680fb67a4931a0722ac24446eec0b2ba92c92a 2,092 1.00/1.00 vMB 223
492,885 492,885 0000000000000000001310a9879ed5d2f798041259c9f6bfb61c74af61446b9c 2,318 1.00/1.00 vMB 247
492,884 492,884 00000000000000000053e7a26f7846e1565172babd77608a54034e499bc54736 1,475 1.00/1.00 vMB 179
492,883 492,883 00000000000000000010fe6bef989dfe9462bffaba67ab253851066fc48a829a 1,849 0.95/1.00 vMB 195
492,882 492,882 0000000000000000007b66f316195ee8efc33785c106b59e8253d486ef791469 2,061 1.00/1.00 vMB 216
492,881 492,881 000000000000000000a79e66a6128d9e169a907c5f45b1a63957c06824c41a88 2,711 1.00/1.00 vMB 258
492,880 492,880 0000000000000000005ab77e503005961833f3f02aa40b4fa03ddd2b7e17cec9 2,493 1.00/1.00 vMB 256
Previous 10 blocks ↓
Total Size: 782.78 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: 709.61 GB
    • Received: 16.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.