Loading Tool

Explorer IconExplorer

Memory Pool

45,894 transactions
27.92 vMB
0.08366763 BTC
Random Selection Loading Transactions
Max Size: 147.72/200 MB

Candidate Block

Mining Attempt 2924cdc79c9cbf316479b6dcd310a29d320767437d97b655e6e69e1cb04079de
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 2009f5aef68c7ce09a2ac9b0aea3c95326caa7c718b56be1ccd5482f0db8f355
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,109
Size: 1.00 vMB
Total Fees: 0.02988469 BTC
Feerates: 181.54 > 2.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (684,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
229,974 229,974 00000000000001c2b5b05243d670338791bfb570b5ee7e3323c6c1154f75f175 10 0.00/1.00 vMB 94
229,973 229,973 00000000000001523f3edf5c1d8076039da7bdba4b3951b1149a70aea0ed9b2a 308 0.14/1.00 vMB 162
229,972 229,972 00000000000001ac2bdb282f6247f69d39e1bdaf6979d0a2efa992627661c2d6 141 0.05/1.00 vMB 155
229,971 229,971 000000000000013c8ec7774921089ca21af7e65d0416eec0b5b3f608daab3e63 240 0.16/1.00 vMB 115
229,970 229,970 00000000000001da797a194ea28a6bcda745c86e77a97ae0f76de00616e6f2ca 204 0.08/1.00 vMB 178
229,969 229,969 000000000000015939573d2961301591ed559a4ad2df54a58ccf723bf8a6a1e9 51 0.03/1.00 vMB 49
229,968 229,968 00000000000000076bb93b2671bd427b27af05e5e736e027da91c8766fa7fb32 608 0.29/1.00 vMB 155
229,967 229,967 00000000000001f942c27b53852beda86d450b2040b310a9c6def3524236b192 167 0.09/1.00 vMB 196
229,966 229,966 00000000000000f62168370043dd69ca8d7052a9a534938bb52febc136932870 444 0.19/1.00 vMB 168
229,965 229,965 00000000000000b8a4e0e5846ac698059cef2fad4b0a16df2e642cbf2e80f5a5 440 0.20/1.00 vMB 132
229,964 229,964 000000000000001779814b1273a60c7f23ca7482bb39ce4f3473a7982b6d80fd 596 0.25/1.00 vMB 201
229,963 229,963 0000000000000039510ef8e4fe6ad437f50c3923107e5bc06e3bee1e119c9b1c 6 0.00/1.00 vMB 0
229,962 229,962 000000000000016cf559c7c0df5b8de5004f21319e1d33f0451603415b9f99b6 159 0.07/1.00 vMB 179
229,961 229,961 00000000000000269b5562f8e9a533782232ea87dda806f997dafa2391c6d1f5 290 0.12/1.00 vMB 152
229,960 229,960 00000000000000cd6dcf84b820f6c14a5d3da6a4d81caa388bacdbee8963f430 266 0.13/1.00 vMB 134
229,959 229,959 00000000000001d9de05c7fe39bf83e272464973dcc43439dea9b6d18380271a 208 0.11/1.00 vMB 164
229,958 229,958 00000000000000a461724b89c9818c9b76f8152b37b215beefd5fc5618191273 6 0.00/1.00 vMB 43
229,957 229,957 00000000000001941d677ecb5bd227684b0e275ddd3be6565d7084a976ff8fdc 31 0.02/1.00 vMB 22
229,956 229,956 00000000000001cdeae59b3ee8d33bc25e374ff896709517c850492dc2a78780 553 0.30/1.00 vMB 142
229,955 229,955 0000000000000118d261651b8994b4a4ba37d1c6027de7184575b10bbd13fcf1 605 0.25/1.00 vMB 209
229,954 229,954 000000000000017cf0ffc9806abb81e9ad132d7fc77bb36397fdbf512a5c29c9 125 0.05/1.00 vMB 205
Previous 10 blocks ↓
Total Size: 782.25 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: 655.58 GB
    • Received: 14.33 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.