Loading Tool

Explorer IconExplorer

Memory Pool

28,877 transactions
8.44 vMB
0.09091541 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.88/200 MB

Candidate Block

Mining Attempt e7da465ee77e33c01c290cf50d391ce7368b9e464208f7a3aa54ac58f11ad2d5
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root d64e2964d7c31a59f9520b7231bd36951f3c97e9b275a89cf94b00490f745669
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,344
Size: 1.00 vMB
Total Fees: 0.03975267 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (714,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
198,652 198,652 0000000000000289c8128d98a88d7dde2a5adad37749ffa4627087e785a79132 290 0.16 vMB 84
198,651 198,651 00000000000005be9d303c0cdb726589e20d2a6d38b9859c618ba5223de82cbd 706 0.25 vMB 135
198,650 198,650 0000000000000361923fa1947546b2e54e2694a989680eea7f65a588362185c3 848 0.43 vMB 243
198,649 198,649 000000000000058d747754488bb86a5ae877c4553cea01506722547f3c8801f6 130 0.05 vMB 104
198,648 198,648 00000000000004ec998fb6a053ddf7ba992846ec1a01b46499cd78fc26c7329c 167 0.10 vMB 131
198,647 198,647 00000000000004518214177f9389ff7419423783af5cbfa01739e7d910b95ccf 68 0.03 vMB 194
198,646 198,646 00000000000000fc47462998c96c5b5e2fd5cca1b9722474b6a3369a996c386d 143 0.04 vMB 138
198,645 198,645 00000000000005fc17de71d4a302a9e7de520711738e9cd90a76b8d9f53cfa4a 87 0.05 vMB 148
198,644 198,644 0000000000000530cd914f0353d6f1c1e186f258214c981c63cb8ce70ee76897 129 0.05 vMB 58
198,643 198,643 000000000000054bb20ae1361fa225825b2780a749cae0365293c0f104dbf60c 334 0.19 vMB 99
198,642 198,642 000000000000008da7e94c62c36f3e38301d8f89f5481f8731db3f5a724a5d7b 310 0.13 vMB 110
198,641 198,641 00000000000004d7c71012f94be8584ed47ea853ee38735532be32b88b218bae 512 0.20 vMB 108
198,640 198,640 000000000000058ce3735fc29853dae67162340a130633d270cf8a207650f02a 436 0.25 vMB 136
198,639 198,639 0000000000000418773b1880aac3776374d0fec137854704222c3bfc68e7b92d 14 0.00 vMB 14
198,638 198,638 00000000000000fb4917c556654f676b4b190eea7177dadad383445e6b70d5a6 119 0.05 vMB 122
198,637 198,637 000000000000057509a5f7ed7c9fdf8d6b85ecef7f55641ad8e0f69b77881cce 135 0.05 vMB 82
198,636 198,636 0000000000000468fdefe280ddd253fc5d3eda816f6d629251e54250e3c687dd 633 0.27 vMB 129
198,635 198,635 0000000000000194da7d1df05e39a82f145fe7cbb5560808f11f9f285ea7429c 115 0.05 vMB 151
198,634 198,634 000000000000022c8ecd4604c0ab0718e47d214685864d01ec414972c08638f8 187 0.06 vMB 56
198,633 198,633 000000000000050c245d414bc803f9dab777c52bf57779755d4bc60bfc7de5f4 855 0.33 vMB 236
198,632 198,632 00000000000004570801d30c00587c01dfc9740344ac29904e5118d51737033a 283 0.15 vMB 99
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 65
    • Outgoing: 10
  • Data Transfer:
    • Sent: 21.43 GB
    • Received: 0.43 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.