Loading Tool

Explorer IconExplorer

Memory Pool

48,421 transactions
30.43 vMB
0.10423623 BTC
Random Selection Loading Transactions
Max Size: 162.18/200 MB

Candidate Block

Mining Attempt 0e5229905d6692a0811137df70869ca0b905f6d9802c7de4daa4b57210f79bea
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root c2520c725a8bf2ddf8df7418da1715af845e796a6e0afe6c8d5145428b0db45e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,167
Size: 1.00 vMB
Total Fees: 0.04130254 BTC
Feerates: 150.97 > 4.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (225,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
689,217 689,217 000000000000000000031ca181a1ee76003202a306c45e02f1cbf0972c38c48f 2,518 1.00/1.00 vMB 24
689,216 689,216 0000000000000000000d30ca319a3229352defb8fde7224f11033bec2cb316b6 2,469 1.00/1.00 vMB 60
689,215 689,215 000000000000000000039a7524027bed4e61c36bc441ae220be88d9de354331e 1,558 1.00/1.00 vMB 44
689,214 689,214 0000000000000000000a7a219d49a9dbede1bed744c4ebeef7b2ed616df6f52c 2,726 1.00/1.00 vMB 63
689,213 689,213 0000000000000000000bffbb7f2446747582b78102b075b4f263b3204ac6baf1 2,677 1.00/1.00 vMB 66
689,212 689,212 0000000000000000000132a58d04044cf69f1c207a575c327f5627b9c71fcff3 2,699 1.00/1.00 vMB 38
689,211 689,211 000000000000000000068813870fbf61e082b627994077dfdcc7bc1323290fa6 3,120 1.00/1.00 vMB 71
689,210 689,210 000000000000000000048d9b2f44cb547baf10da6f819e01f37dd26c8b3378a2 2,756 1.00/1.00 vMB 26
689,209 689,209 00000000000000000002c932469e514176d4a385540f77fbc5f861b4c2ed1e5f 1,394 1.00/1.00 vMB 39
689,208 689,208 00000000000000000005b48ddd1d3228bb5b393fb19926312eecb1e75e5cce86 1,924 1.00/1.00 vMB 63
689,207 689,207 0000000000000000000750ab11e8d064edfb2fa2ed1a835523f5256d49f906e8 1,402 1.00/1.00 vMB 81
689,206 689,206 000000000000000000095de0bb41207e1a195ec6427e95e707f5d7af3a6222cc 2,360 1.00/1.00 vMB 36
689,205 689,205 0000000000000000000773010b62b4fb73d6758fc9e49d867aa9fd5ce9d33334 1,902 1.00/1.00 vMB 56
689,204 689,204 0000000000000000000daf2950ac5f9b4cec5a9027565e1c4d136837dd1b1987 2,249 1.00/1.00 vMB 55
689,203 689,203 0000000000000000000615d87cc0b63d4bdd9cd4d5f7ab58587b8f480ee2b76d 2,756 1.00/1.00 vMB 46
689,202 689,202 0000000000000000000663f8796e99ce2a2bd42f84ff3c5da2a63eaa81a81f81 3,044 1.00/1.00 vMB 77
689,201 689,201 0000000000000000000117d9c2fde556600344b2f67571c81ffc121298c4fa64 3,019 1.00/1.00 vMB 52
689,200 689,200 00000000000000000009760eca2906aae97ce9f7e42b7b1e6881eb3d00652712 776 1.00/1.00 vMB 66
689,199 689,199 0000000000000000000d7b88453c599a0497febc149c15cfd0a773cc90127afa 1,887 1.00/1.00 vMB 74
689,198 689,198 00000000000000000009ede46000811a8ab3c406470c3071cee8925167a22268 3,016 1.00/1.00 vMB 90
689,197 689,197 000000000000000000057bbd95550e8e756029d37eb0a75f3ff476a52fe86024 3,009 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.