Loading Tool

Explorer IconExplorer

Memory Pool

81,033 transactions
30.74 vMB
0.08768420 BTC
Random Selection Loading Transactions
Max Size: 186.90/200 MB

Candidate Block

Mining Attempt dceaf6bfa0e7e30b4cc173b9b729d559f21f5c0f675c1015a0b52ca4c2a8a3a3
Version 20000000
Previous Block 000000000000000000017014338f9dd242c589e1c0e015f91a4c2d776fb2542e
Merkle Root ed676df62916f82e1bd0b96b7f1c7e76ef909fe24fdabc0e710d26e14a138a7f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,627
Size: 1.00 vMB
Total Fees: 0.01704921 BTC
Feerates: 73.20 > 1.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,383 (442,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,063 473,063 00000000000000000039e57b45209c8253a622d177d4884a2e6462e1031a2e8b 1,539 1.00/1.00 vMB 271
473,062 473,062 0000000000000000009a611cf95a7a045f19e0dfb654be2cc02b2f71f81765a6 1,648 1.00/1.00 vMB 155
473,061 473,061 000000000000000000984e9eb3f527a0a3b5c82e2e1bb48d063b3b9d168ad10e 1,983 1.00/1.00 vMB 308
473,060 473,060 000000000000000000443dc65e42ab5545071e4ebc10d90f43d8abb51aa28fa7 1,855 1.00/1.00 vMB 311
473,059 473,059 0000000000000000012f48eef29dd1117432d2c49674c473dde187cff4199223 1,892 1.00/1.00 vMB 249
473,058 473,058 000000000000000001101bb1c96744ccf8030e999ba918acea81d73ff33eade8 2,236 1.00/1.00 vMB 388
473,057 473,057 000000000000000000582ad42e950b59b23616b8d5c6e435866789804df50ad9 2,287 1.00/1.00 vMB 346
473,056 473,056 000000000000000000101c076a920cce2278b568883c125dfff486054820b69a 1,746 1.00/1.00 vMB 187
473,055 473,055 0000000000000000010c3fed12023f1dd90f7c860801c866a902ab8923287aa3 1,354 1.00/1.00 vMB 288
473,054 473,054 0000000000000000008ec0f5ab9a905f4446279f218603532cf3bfcb029f709f 1,092 1.00/1.00 vMB 203
473,053 473,053 0000000000000000003c2369c142a4b5fb91e05407819c572c18355067656bbc 1,715 1.00/1.00 vMB 283
473,052 473,052 000000000000000000c21fc7c729077106ea885a4f3af2f0d7d6e58c91a092fa 1,222 1.00/1.00 vMB 265
473,051 473,051 0000000000000000005a5d6684172bf537487a54db70d8d2db75320a4dd6c262 2,287 1.00/1.00 vMB 408
473,050 473,050 000000000000000001171c6586b54b0f879ae289699fd734d65c77542b98167d 2,027 1.00/1.00 vMB 345
473,049 473,049 00000000000000000034b68369ba029e2f2ca4e929896ae5045859e3fa41c9a6 2,323 1.00/1.00 vMB 409
473,048 473,048 0000000000000000003dc4c20a330b2fbbf6a32d1e592fa76bbdd3ce9094e782 2,198 1.00/1.00 vMB 229
473,047 473,047 000000000000000001016656a6c9dc76461a5176bfce3e7a4550252b522809d9 2,343 1.00/1.00 vMB 383
473,046 473,046 0000000000000000018a74cc4ab911bc62587dbd9065bba22737aa9de8dd26b2 1,257 1.00/1.00 vMB 63
473,045 473,045 000000000000000000383a15c22e236d8032d52a7c4e69d04dbce0a39f0193c6 2,158 1.00/1.00 vMB 240
473,044 473,044 00000000000000000064463b13bd05bd409630f6415406a7c94ed942523167b8 1,792 1.00/1.00 vMB 337
473,043 473,043 0000000000000000006b189236eaeca1aa4e64ffea19804b82c118733fecd960 2,282 1.00/1.00 vMB 181
Previous 10 blocks ↓
Total Size: 783.06 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: 720.62 GB
    • Received: 18.22 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.