Loading Tool

Explorer IconExplorer

Memory Pool

41,708 transactions
27.47 vMB
0.08255513 BTC
Random Selection Loading Transactions
Max Size: 142.01/200 MB

Candidate Block

Mining Attempt 6e79ed388c955f411bc02b7a382b339def69f78bc36aecd9ea4f4a28a3757b6c
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root ab7fc7cef6a4c6bce5a00563a458624a352c86775da0840ee4f33741be66cdf2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,027
Size: 1.00 vMB
Total Fees: 0.02847926 BTC
Feerates: 141.50 > 2.85 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (287,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,897 626,897 00000000000000000002a77f0ffb4c2f1df72ba81bf7b2a6c8d39d970e693546 1,067 1.00/1.00 vMB 2
626,896 626,896 000000000000000000127c4e0b4aa4976e36a3ff2adb205aaee06fa9a5fd988e 1,948 1.00/1.00 vMB 6
626,895 626,895 0000000000000000000266c551d2d95af45a9ff8acd6fbf7db68c100ad0f45a0 2,379 1.00/1.00 vMB 28
626,894 626,894 00000000000000000003076c940730832127163d812d24fcccd4a81fe6785f82 2,314 1.00/1.00 vMB 22
626,893 626,893 000000000000000000024c4e83031d0c71590ee3ecadb02ed8de00e7daf49d68 1,039 1.00/1.00 vMB 6
626,892 626,892 0000000000000000000ba49f3a2df0a72b5151257695eb6c1499d6fe66ce2089 2,026 1.00/1.00 vMB 12
626,891 626,891 00000000000000000006d317ec0cea12325f020c7b1dcad35c609585def345df 1,182 1.00/1.00 vMB 4
626,890 626,890 00000000000000000011f601e660639f86dcde951898ade81279395d8e122ac2 2,544 1.00/1.00 vMB 15
626,889 626,889 00000000000000000009f8308fa3ef2d73a9eaed03d7c8624e618f050b8cc7ec 2,623 1.00/1.00 vMB 17
626,888 626,888 00000000000000000010acfd74c00f73885782c60c2496feb4cb36de158532b9 2,449 1.00/1.00 vMB 29
626,887 626,887 0000000000000000001035c092bd722450c0c4ec1ddad2171bf4212e9d5c5b8f 2,386 1.00/1.00 vMB 16
626,886 626,886 00000000000000000004794bfac53186e1d0bc02dbd97ccad9e1f21ae15f3b65 2,723 1.00/1.00 vMB 13
626,885 626,885 0000000000000000000c74c361f46fec3f38e8c06b62061f47ea4215c95e4f03 2,762 1.00/1.00 vMB 14
626,884 626,884 0000000000000000000cdba706ef1e87a71cae54215cc04747e8a2331d979c6e 2,770 1.00/1.00 vMB 14
626,883 626,883 00000000000000000001ab413432c3ff9976f05a091aa7385ee506202bc20747 2,887 1.00/1.00 vMB 28
626,882 626,882 0000000000000000000bf56f05a43ddacf004b42a93e7461a595f820d05d37b6 2,826 1.00/1.00 vMB 16
626,881 626,881 0000000000000000000bd24724e906c607863f1e559abbd8ed0adb67b6ec655b 2,033 1.00/1.00 vMB 11
626,880 626,880 0000000000000000000e64c7d96b00c9f325ff126effab3e6e253f644a9e5a01 2,838 1.00/1.00 vMB 23
626,879 626,879 0000000000000000000202bb518f12eb92bbb8f80de15e8fa66ba87eb6905b49 2,396 1.00/1.00 vMB 8
626,878 626,878 00000000000000000006918d35dbecd9a1cfa2bc8ba09a50b7f099957e29b510 2,206 1.00/1.00 vMB 41
626,877 626,877 0000000000000000000c99bbaa041d7dad43da5baf1ef97e57e5761dbbf25e40 3,012 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.79 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: 633.66 GB
    • Received: 12.21 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.