Loading Tool

Explorer IconExplorer

Memory Pool

82,206 transactions
31.09 vMB
0.12032532 BTC
Random Selection Loading Transactions
Max Size: 186.07/200 MB

Candidate Block

Mining Attempt 4577d0b30940057ff2be282fa79d4916747437e21d440dd544a0bfbcf39d6b04
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 8396418341c9bdbcb7efefc9fc6df77288a6967a5a7aa342882f0bbaef7c9cc4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,606
Size: 1.00 vMB
Total Fees: 0.03557274 BTC
Feerates: 101.42 > 3.56 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (684,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
230,299 230,299 0000000000000165b8f26143d8f641514fa72e9b33f7bee5871f23d5af3432a3 494 0.25/1.00 vMB 146
230,298 230,298 000000000000022301946d9a13185e590de2c780024109158136dbc5d84a3872 697 0.37/1.00 vMB 117
230,297 230,297 000000000000007d19dbb57927a208ae18a1b039db1b154b4519fdefa8c59214 5 0.00/1.00 vMB 46
230,296 230,296 000000000000008687477232434cc7358b6a3716348f178bfa3940ed5e7c8e41 424 0.25/1.00 vMB 117
230,295 230,295 00000000000001e4b889bbf232645cea32ece1c6bac9426bdae6e7bfd11bcada 128 0.05/1.00 vMB 133
230,294 230,294 000000000000006bfc27ceb42be27babfad2bdadbdc63e0ac6a386328c3cf0e4 90 0.04/1.00 vMB 101
230,293 230,293 000000000000020b278f52d5d140b89e3c6ac5165587269e715799d48efcfd02 363 0.20/1.00 vMB 84
230,292 230,292 000000000000017c0d98fb4fe265a4eb2011ea3c8fd9fc4c4c3bd54203cbddc6 247 0.12/1.00 vMB 126
230,291 230,291 00000000000000bf2e269907abec1dccacbbdf2399da0c5156daab11f01ffbe4 134 0.08/1.00 vMB 28
230,290 230,290 00000000000000455ff8f367d4b7e56bb36d1ec9d3bc2cc4eb34534e5ef7fa7e 535 0.25/1.00 vMB 151
230,289 230,289 0000000000000019d0992d53d28b3719a00791990feb9b75c9b81146a682ba80 270 0.12/1.00 vMB 112
230,288 230,288 000000000000022d8cfb7781fe8ccc6906adfd73a812705081316551af2177a7 709 0.34/1.00 vMB 143
230,287 230,287 000000000000013fb1eb2196c0f3a2d646ee2ec4936a3dbb0d1ab3c7e68558e6 77 0.03/1.00 vMB 152
230,286 230,286 0000000000000058bc1d02bf816f0f52a14edf26a07c6370d2b9f9c9788b91f5 375 0.25/1.00 vMB 51
230,285 230,285 00000000000002188e3782037ffc6f4f17e9343fbc6de7140c36b944864d0190 244 0.23/1.00 vMB 93
230,284 230,284 00000000000000a17886296f3f04c69fdd2bbd9062c7c6cac69f04d3f4129a7c 671 0.25/1.00 vMB 226
230,283 230,283 000000000000000f975782311af2f589da06e616b6b2d220d698aaaca17f9e5c 249 0.17/1.00 vMB 118
230,282 230,282 0000000000000162f6981ea6d4664b04df03667994c4898e37100982f8f06c92 442 0.21/1.00 vMB 175
230,281 230,281 0000000000000117e5f3341c2e61232cf42afb4b5d040b64da3aabeb57e60383 127 0.07/1.00 vMB 85
230,280 230,280 0000000000000100ecce134116d53dbead8f8f11a5a8d9e55ffa6ac2601b7776 390 0.25/1.00 vMB 131
230,279 230,279 000000000000014d921734df7271e90afca545896ee4d9361cfe708a9c2d83cc 573 0.25/1.00 vMB 184
Previous 10 blocks ↓
Total Size: 782.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: 672.95 GB
    • Received: 16.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.