Loading Tool

Explorer IconExplorer

Memory Pool

47,003 transactions
28.94 vMB
0.19346597 BTC
Random Selection Loading Transactions
Max Size: 151.29/200 MB

Candidate Block

Mining Attempt e696c00322d6a98d2c76184984c7267614dd4968763d35d4ec3be02ce6402cb9
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 2984046fa6607cbe6eba9404c18020b1f23f0504f7ab399c93797447d423006e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,727
Size: 1.00 vMB
Total Fees: 0.06543986 BTC
Feerates: 151.12 > 6.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (799,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,529 115,529 000000000000b04720606c0d84b1a7248b54a28aee6e600110ecb120b6a9f533 12 0.00/1.00 vMB 1,809
115,528 115,528 00000000000007324e24734ef442dbffa6f7d9359154f511eef22c56e69a2fb0 3 0.00/1.00 vMB 3,169
115,527 115,527 0000000000009cc4dc4eee0601aecd72352791a0131f97a65c0d2a285e57941e 11 0.00/1.00 vMB 0
115,526 115,526 0000000000000c481a6df88c51e281755e44885c10e5e07b4ca8f26c4e12682e 9 0.00/1.00 vMB 364
115,525 115,525 000000000000368cbedbfb422a005c84dabfcdff4a7b0c5e16eccffde2649b08 11 0.00/1.00 vMB 352
115,524 115,524 00000000000056981bce36298934eaef0154eb80c26eba494e1ff4ddb2a62454 12 0.00/1.00 vMB 515
115,523 115,523 000000000000aaad6f2363825631a62e9df4a4b4cf90ca7eaa9cb5b00bd2891d 12 0.00/1.00 vMB 361
115,522 115,522 000000000000482ddee6e6d5518122db347ee18f62eac1716557373d1c08122e 32 0.02/1.00 vMB 155
115,521 115,521 000000000000bc21ceb84f8723cc4b38ad75b7f36135f1cb8060839760626aba 6 0.00/1.00 vMB 578
115,520 115,520 00000000000010dee2fc6c6189ed632fb293cebe05450f90f1e70f7ee82cb35f 8 0.00/1.00 vMB 0
115,519 115,519 0000000000001adc6628dcc3d7d44276445f406cd548810139ee866c864f460a 248 0.07/1.00 vMB 115
115,518 115,518 000000000000d3709dcb3277d281f2f553de20fec704209af1410781bc800d15 10 0.00/1.00 vMB 0
115,517 115,517 00000000000062e8ad40a735011e45d5d574ead87f76514e7f5b21cdd7a91fca 18 0.01/1.00 vMB 1,052
115,516 115,516 0000000000001f42ce9a507586fc03af30541cc1cbbe4612a317a20dd58ade56 137 0.05/1.00 vMB 500
115,515 115,515 000000000000adc96d5b821e4df14af4c09420cfe5863ce3723592826066dba2 1 0.00/1.00 vMB 0
115,514 115,514 000000000000d5707d727b17d3b4470773c9551c0e8d8db18d77a67b3e92a263 1 0.00/1.00 vMB 0
115,513 115,513 000000000000700365c5a19e3fb35a9d77a87373fbe35110a38304e73087aac4 13 0.00/1.00 vMB 1,117
115,512 115,512 000000000000eda105a59768af0a307dde47b28ec352a6ceb3e65ed5ae924772 15 0.00/1.00 vMB 1,334
115,511 115,511 0000000000003ed8472768fc45c65b56e36c162e284c1318cd68f65777a3419a 13 0.00/1.00 vMB 1,156
115,510 115,510 00000000000001918d44906ce39d5a19362b36cb936fb821d34f72951e443a6c 13 0.00/1.00 vMB 1,000
115,509 115,509 000000000000982227cbaef949e5c585e9d746e0e0e63768dc8a945c175bb43e 9 0.00/1.00 vMB 1,182
Previous 10 blocks ↓
Total Size: 781.87 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 643.56 GB
    • Received: 12.59 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.