Loading Tool

Explorer IconExplorer

Memory Pool

75,825 transactions
27.85 vMB
0.08143138 BTC
Random Selection Loading Transactions
Max Size: 169.89/200 MB

Candidate Block

Mining Attempt 87799424c91ab98f8da7a61820df9c7e12fea9b1fea247a8706caba01466a09e
Version 20000000
Previous Block 0000000000000000000091aab2e57355cdf4c0fac78ba90baa2b5eeac3f0e020
Merkle Root dca79a0d0efc834572fa2a34909bcd2237a0c8b674d7490e05cf946f17839a6d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,857
Size: 1.00 vMB
Total Fees: 0.02191061 BTC
Feerates: 529.10 > 2.20 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,278 (446,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,053 469,053 000000000000000000a97d39a67a9d22d10644ffb9d5fd1a7f714b508f3d1801 2,464 1.00/1.00 vMB 425
469,052 469,052 0000000000000000006a8104d88b2885383cb5570170b919bb2123cb38dfc8f8 1,864 1.00/1.00 vMB 358
469,051 469,051 00000000000000000057936a9e74289e3cfd87f5ff680333d92753df0c6a1da8 1,616 1.00/1.00 vMB 438
469,050 469,050 000000000000000001d55a6a063f3f07cd94201ecc29564ae4bb2a31b09dbdd7 1,017 0.55/1.00 vMB 344
469,049 469,049 0000000000000000010289226b6cfb0140fae5aecb1287cad7cb81abd519e160 2,932 1.00/1.00 vMB 402
469,048 469,048 000000000000000000f3ff1b3d6d69e910feb5c89920bd36c114288e22dc03f2 2,269 1.00/1.00 vMB 441
469,047 469,047 000000000000000001495cb64f4264baf2b8e6dd189c73c7b01ee083e16ea694 1,959 1.00/1.00 vMB 302
469,046 469,046 000000000000000001167da14e54b8d3425f0026051006a1bcb028f5e5fb1f34 1,920 1.00/1.00 vMB 328
469,045 469,045 000000000000000000eac56cbe4a7964166c7e9e5a1cd7bbee4e2d37b85c9e9d 1,416 1.00/1.00 vMB 250
469,044 469,044 0000000000000000017bc977bf280bc29fc4d6b532e4e52c1961749b8fc95d7e 789 1.00/1.00 vMB 179
469,043 469,043 000000000000000001092d28ca1818873ad634c258d9ab7b4075ef757540414a 246 1.00/1.00 vMB 166
469,042 469,042 000000000000000000580f50beb9f4dec28f496d85643faef290c8df1ccf1ad9 905 1.00/1.00 vMB 246
469,041 469,041 0000000000000000018fe0f95003b552e0aef72be18202282bb517dc1f0f3a6d 663 1.00/1.00 vMB 186
469,040 469,040 0000000000000000003f87fbbd11a5a124b72987b089e4a18a98f2a5027f45e5 1,980 1.00/1.00 vMB 290
469,039 469,039 000000000000000000f8bcc0c4e564f09691f237bbdae11cfe5369c27783ade0 2,614 1.00/1.00 vMB 301
469,038 469,038 000000000000000000a90287ab5ddf805e6fa267ef6eb6088fee3866c91e91e8 2,289 1.00/1.00 vMB 328
469,037 469,037 000000000000000000fb2825f7a069c4910a5391ebee050722d697862b805f2f 2,345 1.00/1.00 vMB 387
469,036 469,036 000000000000000001553379bca2a20ffb21624c01f70488803f6ab8d53a0bd3 2,450 1.00/1.00 vMB 450
469,035 469,035 00000000000000000169e040452215455995d3f0d9c1d1b04ef1863768f80544 1,406 1.00/1.00 vMB 244
469,034 469,034 0000000000000000004699b5fa85cfb5d79ce86fdcefc07f2b63567bc91242db 821 1.00/1.00 vMB 226
469,033 469,033 00000000000000000118c6f6221d585433edb6517c352c8d095442c8c6341b0c 395 1.00/1.00 vMB 169
Previous 10 blocks ↓
Total Size: 782.87 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.10 GB
    • Received: 17.31 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.