Loading Tool

Explorer IconExplorer

Memory Pool

40,232 transactions
28.92 vMB
0.09232301 BTC
Random Selection Loading Transactions
Max Size: 147.11/200 MB

Candidate Block

Mining Attempt 9d993bf0825bba1d988dca3e98feaeb923dd932eaeb74f983e2f23e330697b84
Version 20000000
Previous Block 00000000000000000001157a4311de69a70f52c462fcca1444599cbf87c6de5f
Merkle Root bbe1610163f3e32a1962c55dd81c0062f55642fef84ee49a5233d6a410e2df43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,064
Size: 1.00 vMB
Total Fees: 0.03597664 BTC
Feerates: 101.65 > 3.61 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,541 (452,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,609 461,609 0000000000000000000ad9d6fd016d6c42fa50da60c429dde5277c4915e24dcb 1,890 1.00/1.00 vMB 169
461,608 461,608 000000000000000000e3eed081c7b3d955f5016d6b5c31548f0d5dfc0c5ec3b3 1,632 1.00/1.00 vMB 134
461,607 461,607 00000000000000000168ba746474adb5ec2d2908664fb0f8014f5fd9045358da 2,763 1.00/1.00 vMB 147
461,606 461,606 00000000000000000083aa7d3f79ca2930997d5df5a9d55c8a79e8bec828e12e 1,870 1.00/1.00 vMB 181
461,605 461,605 000000000000000000eef86ec6e958aae62a12e20e001e7ae5dc1454e42dcfb1 2,672 1.00/1.00 vMB 135
461,604 461,604 000000000000000000ab260fb6bdbcc586b3bfc42dc5df45a5d3df5c93c6bbd4 1,937 1.00/1.00 vMB 186
461,603 461,603 0000000000000000016e1bec04f3cda60229fcd4139e4967d3d537daa5fe7ce5 2,575 1.00/1.00 vMB 142
461,602 461,602 000000000000000001f6153b511e511e4030f32179374a0ec25feec183b9ae3a 2,187 1.00/1.00 vMB 157
461,601 461,601 0000000000000000007e43e13f922ef296a57002f8075a90c69f3b206279e9a6 2,408 1.00/1.00 vMB 153
461,600 461,600 000000000000000001c1bcaa48aff354e92d03a469685f304d1a39db0c869288 2,292 1.00/1.00 vMB 203
461,599 461,599 0000000000000000010700f639aa287a2abe88d885e861d421371e1a435ce678 2,341 1.00/1.00 vMB 174
461,598 461,598 00000000000000000225f467184521a730e1a175e530ac0d91f0cc6c9ee3e368 2,017 1.00/1.00 vMB 170
461,597 461,597 00000000000000000058c63e9d97c7bd5a2d258ed685feaa788b0a9fd8f81e90 1,348 1.00/1.00 vMB 116
461,596 461,596 0000000000000000002317b71aeb7d2e421d94b511f20757f333702317f347a6 2,009 1.00/1.00 vMB 116
461,595 461,595 0000000000000000006a21793f9d7461c7f7780daa0004b7d2eb9b23e8794a88 2,065 1.00/1.00 vMB 166
461,594 461,594 00000000000000000154348393f8645a3e3199ddb1f837af9003eb53e3716ff9 1,502 1.00/1.00 vMB 92
461,593 461,593 00000000000000000061744ad1dc6fd86535dcd978597534633d7b62e2759c99 2,610 1.00/1.00 vMB 122
461,592 461,592 000000000000000000ab96763eff5a21a8561bf9e643cce23fa85bdb6dd93492 2,324 1.00/1.00 vMB 164
461,591 461,591 000000000000000000c76c2daa69458db379fdf061c56f3a0e519777eb463bab 1,909 1.00/1.00 vMB 143
461,590 461,590 0000000000000000018e553b69e0e7d8c49a18f94035a3e788eea09433dbb274 2,217 1.00/1.00 vMB 173
461,589 461,589 000000000000000001997657e9ec085621300401b1358044eb627f953e9d664c 2,085 1.00/1.00 vMB 236
Previous 10 blocks ↓
Total Size: 781.57 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: 622.63 GB
    • Received: 11.35 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.