Loading Tool

Explorer IconExplorer

Memory Pool

80,011 transactions
29.56 vMB
0.06492052 BTC
Random Selection Loading Transactions
Max Size: 178.47/200 MB

Candidate Block

Mining Attempt 18be2863d73d1c62794d0f7e414e8a6558ab9e5d88033a22c69dc4cbdd4a1036
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 7e69e8fe72ca059f137ffca290a9605b70961b68f45ccbf4a3951db3adc2ee07
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,631
Size: 1.00 vMB
Total Fees: 0.00475224 BTC
Feerates: 90.30 > 0.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (267,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,763 647,763 000000000000000000085539bd7faaca31b75553b22cad7279051a315deaa285 1,313 1.00/1.00 vMB 20
647,762 647,762 0000000000000000000496a9ef1204dde1ba119a9a79b2fec38d920f14ba5057 1,199 1.00/1.00 vMB 24
647,761 647,761 0000000000000000000f3071773f81230341823af96459ed7aa463a46b1dd1ec 841 1.00/1.00 vMB 11
647,760 647,760 0000000000000000000bf3306e23abfaf38aae65b3791a34f0a806750f358281 2,210 1.00/1.00 vMB 35
647,759 647,759 00000000000000000005bd2d8163d3f8589395bda68653fee3f52599b8e9e398 2,123 1.00/1.00 vMB 42
647,758 647,758 000000000000000000059dd71797e3b01424951e8950ae3e260a8d378473b30a 1,674 1.00/1.00 vMB 40
647,757 647,757 00000000000000000008beaad81ab171d8a05c8d3937e9ced2c341f4ce5bd8fb 1,892 1.00/1.00 vMB 31
647,756 647,756 000000000000000000048bfcc38893abb3eb3c7a19bdd97017951d2e36c68a93 1,857 1.00/1.00 vMB 21
647,755 647,755 0000000000000000000a1b0b474ad90186930769669aff5cad43dc64b0024c29 1,776 1.00/1.00 vMB 46
647,754 647,754 0000000000000000000e80eea41e01e44d782fd80e404bf658cb2ec9256ccfce 1,742 1.00/1.00 vMB 40
647,753 647,753 0000000000000000000293654b474be6cbc7037be54a54f7db5f2acd9ca6ed98 2,208 1.00/1.00 vMB 48
647,752 647,752 0000000000000000000bc5a68bd637c93e6f71835b781e403099c9cb53fd249e 2,383 1.00/1.00 vMB 35
647,751 647,751 0000000000000000000f7f1c237eda1846f2b492ce3b97cbe7fad605d36f5a83 1,952 1.00/1.00 vMB 42
647,750 647,750 00000000000000000005aa4794b933d6c86d878ac65e60106c5eff78dd11bbb8 2,488 1.00/1.00 vMB 41
647,749 647,749 0000000000000000000a295d2168717951289b0ffb4c45ad2216559ad94a4cdd 2,569 1.00/1.00 vMB 54
647,748 647,748 00000000000000000006a9eb363b8c5ab0f789c43cf2f1db1c69f39b8ac72ffc 2,648 1.00/1.00 vMB 75
647,747 647,747 000000000000000000076f36666dfebc0a454e3c30fb8022a69b24bb67f7cc5b 2,202 1.00/1.00 vMB 19
647,746 647,746 0000000000000000000ffa79bf8d0bc71ed3276e6c56a369a8b728129bd480ed 2,675 1.00/1.00 vMB 78
647,745 647,745 00000000000000000006efe27798c27a27e4425781d9d83c764566dccdaac408 1,813 1.00/1.00 vMB 106
647,744 647,744 0000000000000000000d5380720c6459d519bca10fae574273cbfe63110cdd85 2,397 1.00/1.00 vMB 9
647,743 647,743 0000000000000000000801187a8c858270252161010be8c99de594422f1a27cc 1,522 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.