Loading Tool

Explorer IconExplorer

Memory Pool

80,838 transactions
29.49 vMB
0.10178772 BTC
Random Selection Loading Transactions
Max Size: 179.60/200 MB

Candidate Block

Mining Attempt 4ebc9751b709ffbde55d9c458d2e0e00a7e486370b5cef70dca9a5a2a94555e4
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 9562a54b4767d05bbb5d6dbd1bb2286b679d8d92be7f9705a8195a00bd68e16e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,198
Size: 1.00 vMB
Total Fees: 0.03977153 BTC
Feerates: 146.36 > 3.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (267,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,178 647,178 0000000000000000000fe9aebdfd818b0ddea045c76a2d37b095a8384e59b257 2,709 1.00/1.00 vMB 55
647,177 647,177 0000000000000000000e49c714d5cd8d8a4f1f1d0db38e01a39d976dc86764c3 1,765 1.00/1.00 vMB 136
647,176 647,176 0000000000000000000ab62aab3becb3cb63bfecc0478f85eb00a12ed8225d87 2,024 1.00/1.00 vMB 58
647,175 647,175 0000000000000000000be7afaa6f7f163ada014f209869cb7c3cb2beb8d3bbd4 700 1.00/1.00 vMB 22
647,174 647,174 0000000000000000000111869ae43711dc85d4cea8de9584eb4ac96b327cd4a1 1,363 1.00/1.00 vMB 22
647,173 647,173 00000000000000000007d817b5ac4bc2b6df5c360d7eccc915a264e331bd46f7 1,452 1.00/1.00 vMB 33
647,172 647,172 0000000000000000000d91a30773c084742bdef3441575bbd36df13019462b83 2,124 1.00/1.00 vMB 22
647,171 647,171 00000000000000000000bfd372cf4a9363d99545abca1511296070daf514cb79 2,529 1.00/1.00 vMB 48
647,170 647,170 0000000000000000000ee1fe7954e97ab46175e3c5a0747799e24a86fc3523fa 2,273 1.00/1.00 vMB 43
647,169 647,169 0000000000000000000415fff621de4e980147c42485d691501137e0aefbbf9e 2,594 1.00/1.00 vMB 63
647,168 647,168 0000000000000000000253dabb4979f798ef467e6ad969b0f5efeb8559c50c9c 2,791 1.00/1.00 vMB 127
647,167 647,167 000000000000000000069f0c1d56402755cdaf257158337eb1e48715e0d409c7 2,229 1.00/1.00 vMB 134
647,166 647,166 00000000000000000000b1752256e4edaccdc85a33f125dac4deda40ca1dff69 2,640 1.00/1.00 vMB 17
647,165 647,165 000000000000000000015220e2947d1dfc76d66814fe9f8d4d5c06355184675f 2,502 1.00/1.00 vMB 85
647,164 647,164 0000000000000000000853704fe78eba657f08429c87b52333f9a74677ece18b 1,741 1.00/1.00 vMB 123
647,163 647,163 000000000000000000038a03f2830c8d2e5f7cf471ea93458f2bd0ebc3fb8bb9 2,959 1.00/1.00 vMB 81
647,162 647,162 0000000000000000000e47115b2b569988022a9904042f88a13584697b81d2a9 3,096 1.00/1.00 vMB 59
647,161 647,161 000000000000000000054c399ddf5621e7f2d7916e3d5bdfc9ba904c460a8938 3,022 1.00/1.00 vMB 118
647,160 647,160 0000000000000000000d7311ed3115e85c877bcf665f32880c58580829722043 933 1.00/1.00 vMB 12
647,159 647,159 0000000000000000000cfdc86e31206a03a8a1f9932b9f0634dedfe6ac2aff44 2,248 1.00/1.00 vMB 24
647,158 647,158 0000000000000000000a8e72fe58ca952552cc039502522c7c47d771b5ea33de 1,967 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.