Loading Tool

Explorer IconExplorer

Memory Pool

81,175 transactions
30.49 vMB
0.09052918 BTC
Random Selection Loading Transactions
Max Size: 183.50/200 MB

Candidate Block

Mining Attempt 0b0d28ec1900bcb391efc84a746e302d9d1dc97a66d52810fb48cf6c94adc825
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root e9ece04328c692eaea52535addae36f3f1e9df455cca626c57b61b2f349b0671
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,851
Size: 1.00 vMB
Total Fees: 0.02502805 BTC
Feerates: 163.06 > 2.51 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (89,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,109 826,109 00000000000000000001670a0549a38ecf2e51d40936c3cfdc2da4804e7b6e32 3,932 1.00/1.00 vMB 78
826,108 826,108 00000000000000000002bbed4fc11ac201ebd94631f271f795eaba521e313eb7 4,228 1.00/1.00 vMB 84
826,107 826,107 0000000000000000000301cfe042d231cd48ad1f3e561f8083eec4f08e05126e 3,291 1.00/1.00 vMB 71
826,106 826,106 00000000000000000003c5a088884b551b79c439ca2367a5bb50b905e5cc8e12 3,023 1.00/1.00 vMB 66
826,105 826,105 000000000000000000039a83546c59b47e4bece9cb5bccb895055be68f9ef5e4 2,963 1.00/1.00 vMB 70
826,104 826,104 0000000000000000000156bd7db2fb2a90869a44a93084e0797784ca1f86e3a5 3,780 1.00/1.00 vMB 78
826,103 826,103 000000000000000000007b48ed73844fb0855f1e770c5fcc9c74423b4576b5a0 2,078 1.00/1.00 vMB 61
826,102 826,102 00000000000000000002adb526e8b259f8120bd8beb5b29154f9d014c447f689 3,672 1.00/1.00 vMB 131
826,101 826,101 00000000000000000000da71d4db0d37d73a29aebb19779f1bff329752440a47 3,544 1.00/1.00 vMB 169
826,100 826,100 000000000000000000027355ec97ee57ccde65463d246b7aece09970e64c3bad 3,723 1.00/1.00 vMB 145
826,099 826,099 0000000000000000000078e630b049dedb2cf501cd47b5716512a3b89d18b0df 4,008 1.00/1.00 vMB 175
826,098 826,098 00000000000000000001c6ffee423d78d9c149eb2cba803b3effd70b4bd9242c 2,933 1.00/1.00 vMB 80
826,097 826,097 000000000000000000017823f153f69481a7f5ba9f9724492b6adce3fde0cedd 3,271 1.00/1.00 vMB 81
826,096 826,096 000000000000000000001e7e3a0b5b667e49bdd49b81de58e035367d890e2d5f 3,215 1.00/1.00 vMB 157
826,095 826,095 00000000000000000001d183148d5d4e45e0cd26eed6c9492ad9adc169f254cb 2,385 1.00/1.00 vMB 51
826,094 826,094 000000000000000000008b4ce2def5dae1c24562cc3cfa8416e6c70ac7576d48 2,876 1.00/1.00 vMB 50
826,093 826,093 000000000000000000030ceb0c70274dbdf4110cf62b9330f0eb95e525d9dc09 3,400 1.00/1.00 vMB 65
826,092 826,092 00000000000000000001e2e90c1e31148f10512af470308eb0e84a69ae42efc7 3,153 1.00/1.00 vMB 47
826,091 826,091 00000000000000000001154c0265301b1372b0dc179ef83694b1617430fa8b43 5,304 1.00/1.00 vMB 59
826,090 826,090 00000000000000000001600ff054713622901e42a4f19c7bb29c67555fc2cf14 5,391 1.00/1.00 vMB 69
826,089 826,089 00000000000000000002000521ea2ce11314743f1e27930c821aacb2e7aaa103 3,926 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.69 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: 692.40 GB
    • Received: 16.50 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.