Loading Tool

Explorer IconExplorer

Memory Pool

17,130 transactions
6.51 vMB
0.04438887 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.24/200 MB

Candidate Block

Mining Attempt 2e7ba7d55725fee02cca4740079f7d6f38031893193238a83efd964605d87cfc
Version 20000000
Previous Block 00000000000000000000d46def4b4535c6284d8845f811af0ec3e1a4f57a2cf6
Merkle Root cc42d5e1e1c8202b8d085ba0c827c5923fea0afa8b914bf1a531de6732d8b527
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,049
Size: 1.00 vMB
Total Fees: 0.03084884 BTC
Median Feerate: 2.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,453 (708,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,998 204,998 00000000000002385a3d486d5d9395050cdd9036c2678ab8d7ad9ea47c38a693 197 0.07 vMB 138
204,997 204,997 000000000000020ee0485887bf8d8884a6ce5b437c5ae388f38c9e5e54e03201 175 0.09 vMB 181
204,996 204,996 00000000000001b4f413f3cd1f4887bb2bbc3b807b6f23c549b8babe351bd39f 4 0.00 vMB 88
204,995 204,995 00000000000004800d2fad1d6f3e41d41263f6b8b0610ad6c41a17b0e1ebd497 38 0.02 vMB 70
204,994 204,994 0000000000000329dcd9173220ee8878ee6351a309159b4e493a6830fba4a02e 148 0.05 vMB 140
204,993 204,993 00000000000003794bec2cfab88c592c417df3077071b21c0e3d6acfe0d70674 199 0.08 vMB 191
204,992 204,992 000000000000025afd0da54f8ed7a768099807ea3b7b1fe9d7dbb4b8991f1675 341 0.12 vMB 191
204,991 204,991 00000000000001145a662c7bee0296efd74064e963d69546b94bc85986b23e04 57 0.03 vMB 157
204,990 204,990 00000000000001ce2bf193ff013228898dbd3a93e58cf2f18dfac7523a6ca066 4 0.00 vMB 17
204,989 204,989 00000000000001e5c2d98d31f92d070aae399b9349aee2783fbf97943cb889c5 89 0.06 vMB 108
204,988 204,988 00000000000003a445ffcc7ed1ff43f969f97920330bb63d0bac7a9fdf0f190c 138 0.05 vMB 112
204,987 204,987 00000000000002931332cfb3a704b631af7438c9e3f600cdfb6b0a7334712207 164 0.06 vMB 190
204,986 204,986 000000000000056ce9a9eb93653ccca4dbb830f96625e711c4e79bea38fb71e0 11 0.00 vMB 208
204,985 204,985 0000000000000040fb1c8adef3b36beb1ec30cd3d9112fa99b1bfd9d4b44412f 95 0.05 vMB 136
204,984 204,984 000000000000023dc0d07fdecc923fbfc569817bc1142f36f5e045068abdfb98 178 0.08 vMB 370
204,983 204,983 000000000000045afbfab30e8390c68a0b23a12c3fec86151f0282e2d926c119 191 0.20 vMB 113
204,982 204,982 00000000000002c1bd1f1aff12fb1bd3519085271a6d6e9ad813f97c486a9ed5 147 0.05 vMB 167
204,981 204,981 00000000000000f9ee055074df2d8f85d71441893d1306e1e71b03554951be19 10 0.00 vMB 15
204,980 204,980 00000000000003578d9c12989b36b2c164ba28a18d0710d0685f991320fb28ad 148 0.05 vMB 189
204,979 204,979 0000000000000139d4ac86af501f84868ac20c14c7dd42c7a7c53d24b52cc77a 33 0.01 vMB 161
204,978 204,978 00000000000000fdabeab5b62851b247db20344402f42003d56aa268d2574dc0 108 0.04 vMB 201
Previous 10 blocks ↓
Total Size: 779.65 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: 310.34 GB
    • Received: 1.47 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.