Loading Tool

Explorer IconExplorer

Memory Pool

74,469 transactions
28.81 vMB
0.07926713 BTC
Random Selection Loading Transactions
Max Size: 170.14/200 MB

Candidate Block

Mining Attempt fe9ab61cdbf527a05695096175c4999008423ee75395ea0bbe99b4f755ee9c8b
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 68919734405c696362c18cda3a3a378bed93224a886fc96832df8fe9a29d6182
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,558
Size: 1.00 vMB
Total Fees: 0.02030397 BTC
Feerates: 302.06 > 2.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (685,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
229,530 229,530 00000000000000b83fc05e220d973e2a174b516a8cae948a1730dcad2fe3f8a4 110 0.08/1.00 vMB 107
229,529 229,529 000000000000023e31c9a880173216f60935ec9b78f220f3a5bbeddc1cbe8b2a 994 0.45/1.00 vMB 231
229,528 229,528 00000000000001ede60fb50acd75e75a0fd303bb5f86f49a0d0d5c6791aacfb8 456 0.20/1.00 vMB 180
229,527 229,527 0000000000000005a4da67b04df3d1aec9d7b5e9c0e320076a2e2b28fb6a90c2 344 0.17/1.00 vMB 177
229,526 229,526 0000000000000086409325600339e89dfb125c429ea90f96a690ccfac1069c6e 630 0.23/1.00 vMB 203
229,525 229,525 0000000000000004ab66d41bfafdbeeeb9a1bec8b05594bc0e9e98abf3616695 711 0.33/1.00 vMB 205
229,524 229,524 00000000000001e55396c7649e2c931bed4f0ea8b41fb9b066c49b6279d48a36 270 0.15/1.00 vMB 127
229,523 229,523 0000000000000234972e5303f787e931bcb20200a3e32f1b01b5b6058f142683 397 0.15/1.00 vMB 184
229,522 229,522 00000000000000e59bd6bd218f5fd06b121473c30c23d00395a84ec43465329d 520 0.19/1.00 vMB 125
229,521 229,521 00000000000000f442927abb6b819d19b21facc55de0002a48480f07c15517e4 473 0.22/1.00 vMB 160
229,520 229,520 000000000000007041bbcfde2b71b6612a72f711ba520622e66bd075cb6bb77c 641 0.25/1.00 vMB 208
229,519 229,519 00000000000001636e7e23af5218d650b935b13bcafadbd259a0a681689f89e2 303 0.26/1.00 vMB 105
229,518 229,518 0000000000000265e4af8390e86f967aa3cbbc7f1bc627c0361ca7c8672d973a 418 0.25/1.00 vMB 161
229,517 229,517 0000000000000095bcc0700d811f6e3e5bb739484ee5e830a10c196cdbd4031a 1,031 0.47/1.00 vMB 265
229,516 229,516 00000000000000cfca449755df99a7817ea8b84e19a43a6d5419d00c5ecc693f 1,354 0.50/1.00 vMB 214
229,515 229,515 000000000000016ceb06fbddb00d389a55237a78803e6670cd1ff3250c3e889d 212 0.15/1.00 vMB 714
229,514 229,514 0000000000000141e5d5173e2a77b4ba29e7ee05d25b19c899e0aa5ea3735bf1 529 0.24/1.00 vMB 153
229,513 229,513 0000000000000230eea01f7c2a5a888dd15e0eb4b3b2d331c90d86de7a9a21d7 390 0.22/1.00 vMB 146
229,512 229,512 0000000000000191691342b0ee8bf2d60b438b6603a020d99588dc8ec1d2e529 542 0.25/1.00 vMB 223
229,511 229,511 0000000000000275b034efc3c6c2cc2489ae8d970b49c19ac1fdfd168e2cf294 626 0.25/1.00 vMB 181
229,510 229,510 000000000000020503fab3f6d22b3f3cd025f996c03ee38bb8b9690fd1a99f98 6 0.00/1.00 vMB 175
Previous 10 blocks ↓
Total Size: 782.47 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: 667.97 GB
    • Received: 15.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.