Loading Tool

Explorer IconExplorer

Memory Pool

44,413 transactions
27.58 vMB
0.08721769 BTC
Random Selection Loading Transactions
Max Size: 144.46/200 MB

Candidate Block

Mining Attempt d2aa230a1043671ce83e6dadbe2c555a8e06073bdc7d6a511b8de3c8d8f9cd7e
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root 8799820ef7804ef2bec1c71cf08f1b81bd16d73f35c438fdeef30732b799c64f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,944
Size: 1.00 vMB
Total Fees: 0.03359592 BTC
Feerates: 151.65 > 3.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (126,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,066 788,066 00000000000000000003d5d32e47901e224c5436a6369172dabd1539cd29e460 4,134 1.00/1.00 vMB 69
788,065 788,065 00000000000000000005aa653bfe8941ebf48623a427b3518c2c05b156dd171d 3,825 1.00/1.00 vMB 75
788,064 788,064 00000000000000000003a05881077cd6a5c4ffc80c9c7a9563fe3d5af70f29a2 3,076 1.00/1.00 vMB 34
788,063 788,063 00000000000000000001472dbd70c8898f9c2e26e3f0cdc0a3fcd5119173b6e2 4,839 1.00/1.00 vMB 31
788,062 788,062 00000000000000000004a1f52aa1c407f9b40fbff7faa22e937f913e3b4e5a55 2,780 1.00/1.00 vMB 43
788,061 788,061 000000000000000000013509842b8162526a7bc7ceea4f8c1b946e7bd5fa37c2 3,011 1.00/1.00 vMB 144
788,060 788,060 0000000000000000000059c005bc8689ef7c4935034c201f94a0ef54d60b8aac 2,719 1.00/1.00 vMB 113
788,059 788,059 00000000000000000001cd73b8caef7a5d865cb70353e649a89d80024c1d3285 2,729 1.00/1.00 vMB 123
788,058 788,058 00000000000000000001069aadbedc85f741d6e1652de2686b4cfa12bffc48ee 2,867 1.00/1.00 vMB 91
788,057 788,057 00000000000000000001cdcc56216ef3a521302c5daf3780f559bb1d584c1628 3,728 1.00/1.00 vMB 119
788,056 788,056 00000000000000000003130821d12d1087c0bb24872d5210040a481594d446f1 4,953 1.00/1.00 vMB 28
788,055 788,055 0000000000000000000450df6823a9e999620e5a3d1102365f0588ea9d6d5341 3,767 1.00/1.00 vMB 53
788,054 788,054 00000000000000000002901046a5fff0523b1be5bab5ad20c2c4104eaaf2a238 3,798 1.00/1.00 vMB 102
788,053 788,053 000000000000000000051ab3b95c60c0a55f8b7bb9a224cddba69933cec162dd 3,487 1.00/1.00 vMB 50
788,052 788,052 0000000000000000000249702e6a8fddfc215594e902755f40682cc4dc83690f 4,222 1.00/1.00 vMB 50
788,051 788,051 00000000000000000000638c2e7ae203e7115260a2be9f2f7c8151448954c383 3,243 1.00/1.00 vMB 129
788,050 788,050 0000000000000000000184f1735b091d61cda1a3cf804353e86bdac91e91fa3f 3,467 1.00/1.00 vMB 119
788,049 788,049 00000000000000000001912318fbb15f10e158b835c0189ab49d5be8d71217b4 3,702 1.00/1.00 vMB 153
788,048 788,048 00000000000000000001059b7af428b57bb3eb93eca4293256eb97982ea18e61 2,295 1.00/1.00 vMB 67
788,047 788,047 00000000000000000004993b1bb3d488bedfa72157b8ccc58964c9ccfc5a4884 4,235 1.00/1.00 vMB 73
788,046 788,046 000000000000000000006f05979696562fb4979ca25f50eda5937c02b56c3cf2 3,651 1.00/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 782.22 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: 654.72 GB
    • Received: 14.17 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.