Loading Tool

Explorer IconExplorer

Memory Pool

75,812 transactions
28.43 vMB
0.09841719 BTC
Random Selection Loading Transactions
Max Size: 172.19/200 MB

Candidate Block

Mining Attempt 55a3721fb1f35fb1c49a8c2e2121700fa101507b43daef8125fe959a6d63f520
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 0d0d4ffa01c06d5b39a18d0dacc2f1bdfcaa3ced212ee71fcd1212a6d8b596ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,546
Size: 1.00 vMB
Total Fees: 0.00498291 BTC
Feerates: 77.21 > 0.50 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (233,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,596 681,596 0000000000000000000d0f81f3b0594d30f2c362c1906f485c72302b12563fd8 2,458 1.00/1.00 vMB 69
681,595 681,595 0000000000000000000afcafa4f1ad18e56334f09be83b0b6d01427d7a90d144 2,574 1.00/1.00 vMB 80
681,594 681,594 000000000000000000050e3f721ad3b11896bb1700936f5f16e2ae94e85f7fa8 1,356 1.00/1.00 vMB 33
681,593 681,593 00000000000000000002544866c6b82a26e4f733a028e8fab7740b65afc9dec6 1,022 1.00/1.00 vMB 20
681,592 681,592 0000000000000000000c086bb2685ccc89ce93b4d0c3440f12f13bfbf19ec849 1,510 1.00/1.00 vMB 34
681,591 681,591 0000000000000000000a0242a249275a2501572ab10fc51e8c57809d14e310fb 1,693 1.00/1.00 vMB 121
681,590 681,590 0000000000000000000a2d75125218484f5d0917848b8b1b0b3c2e89575888d5 1,882 1.00/1.00 vMB 77
681,589 681,589 0000000000000000000439a3b5efb4c4f0d7e68a34b733aebb51477334b38606 2,022 1.00/1.00 vMB 37
681,588 681,588 00000000000000000008db6d94c4fb17f52d0e6fe14883a5c819ab67dabff407 2,110 1.00/1.00 vMB 43
681,587 681,587 0000000000000000000a81ab936f106b98c6b3b6139a959dc2e2c824ece21676 81 1.00/1.00 vMB 5
681,586 681,586 00000000000000000009d767ed42f199320ebd8fc65ac8946493a087acaa0c11 2,501 1.00/1.00 vMB 66
681,585 681,585 00000000000000000006bcba5a42e927554b40a61daf0c17ff6bd515c994c3cf 468 1.00/1.00 vMB 20
681,584 681,584 00000000000000000003bb4aaaf885dd844f05a1eaa0e279999b07b8db2bd214 1 0.00/1.00 vMB 0
681,583 681,583 00000000000000000005b0b8ff77e84f2f44d423258105f6e4adc477b9a45dd0 972 1.00/1.00 vMB 5
681,582 681,582 00000000000000000001b842336fbd5b465b2b201837c1dea779c737c3e75011 1,700 1.00/1.00 vMB 70
681,581 681,581 00000000000000000002fa2061b936fbe775bf68763506d55a27ddc788603162 1,026 1.00/1.00 vMB 18
681,580 681,580 0000000000000000000c4ed663597147e8133902a28b717a20277900b58f1e47 1,149 1.00/1.00 vMB 20
681,579 681,579 00000000000000000006bf6f636e1f6bb23ecba534ba900b9e6379f57c6666d5 2,330 1.00/1.00 vMB 59
681,578 681,578 0000000000000000000cbfa48af262ee222ee2ac7508f172cd749f8e113249ed 1,649 1.00/1.00 vMB 33
681,577 681,577 0000000000000000000c604f5074b6dff62b20751fda1ae139b274fe4e781042 929 1.00/1.00 vMB 21
681,576 681,576 000000000000000000092706e47e913c5d95d949b15f4d33c2b89ececb5ae378 646 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.60 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: 671.82 GB
    • Received: 16.02 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.