Loading Tool

Explorer IconExplorer

Memory Pool

79,694 transactions
29.27 vMB
0.12636890 BTC
Random Selection Loading Transactions
Max Size: 177.19/200 MB

Candidate Block

Mining Attempt bdf16d0b0fda9548ccd7d3de0677911d04eecd3e77ba090692ce5dc66cd0120a
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 3e15b866cf88927cf59e9d7c8098049fbcf56235f62293a2867290f0ef82f476
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,448
Size: 1.00 vMB
Total Fees: 0.04702166 BTC
Feerates: 602.26 > 4.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (268,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,559 646,559 00000000000000000002b4e2a2402a9a58bd113d9bce84983845e8f4790b337e 2,664 1.00/1.00 vMB 69
646,558 646,558 0000000000000000000b7bf9e5be98df8ef8695df23628ce61b597910b487677 2,775 1.00/1.00 vMB 36
646,557 646,557 0000000000000000000c8749756a1b2368def49c287642d181c2baacd7767017 2,275 1.00/1.00 vMB 95
646,556 646,556 000000000000000000009d04e2f58f178c393383a548c41250f97d0b39d5e96c 2,961 1.00/1.00 vMB 129
646,555 646,555 0000000000000000000b3b654f551564773c44ceebc6f0454fcde30ddd35b13b 2,681 1.00/1.00 vMB 82
646,554 646,554 0000000000000000000c7971e092341da09ac37f8d69be1bab8f75517a595467 2,369 1.00/1.00 vMB 69
646,553 646,553 0000000000000000000f79bee0cffae7015afcd55047431b6a37d24ee5392cbf 2,436 1.00/1.00 vMB 64
646,552 646,552 0000000000000000000960912cba334e304c50b4d3f5db37c84f506befc58134 1,664 1.00/1.00 vMB 86
646,551 646,551 0000000000000000000dcee71742c6e735baf69c68fea90f12f9614ed481d240 2,350 1.00/1.00 vMB 104
646,550 646,550 0000000000000000000d5a6f97caff85910b4c8783a290551453608577d91af9 2,602 1.00/1.00 vMB 129
646,549 646,549 00000000000000000002c3cd3cce63f0606ef270a59f2810d0b0858256d1395f 1,770 1.00/1.00 vMB 113
646,548 646,548 000000000000000000036da579bc8c0c0e9fbc916628a0ae1f01b449bbddc7b7 2,461 1.00/1.00 vMB 130
646,547 646,547 0000000000000000000d3ff4c836edf053b5214951786636d7cf188bc9f8ca1e 2,613 1.00/1.00 vMB 81
646,546 646,546 0000000000000000000e3c2c68c055f340fd6438c2ee783e3deb7b933d8ddc5e 2,207 1.00/1.00 vMB 55
646,545 646,545 00000000000000000005ce841772d4522d6d095ee18c2abf8c17e474ced843d5 2,119 1.00/1.00 vMB 35
646,544 646,544 0000000000000000000f4affc9e778a67b0795440bdef9239ca9331fd8d671fc 2,276 1.00/1.00 vMB 38
646,543 646,543 00000000000000000004bb433ad57ce74bdf25289b51db2cc88cbd1aba908f4b 2,495 1.00/1.00 vMB 121
646,542 646,542 00000000000000000002a7c847848f230cefc5eccfb1dd9daf02872cc8a1f95c 2,655 1.00/1.00 vMB 80
646,541 646,541 0000000000000000000467ca0af06f26c0002d610dfc51019d5b158e3bb91a38 2,762 1.00/1.00 vMB 138
646,540 646,540 000000000000000000088360bba100218fdf5a88a90dac3316e6c8ce988c4780 2,406 1.00/1.00 vMB 57
646,539 646,539 00000000000000000008bc59ab824a32c7b8c4f463f1d6553738fdc0cc1d4f5d 1,947 1.00/1.00 vMB 115
Previous 10 blocks ↓
Total Size: 782.92 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: 714.45 GB
    • Received: 17.54 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.