Loading Tool

Explorer IconExplorer

Memory Pool

75,355 transactions
27.88 vMB
0.08250191 BTC
Random Selection Loading Transactions
Max Size: 169.68/200 MB

Candidate Block

Mining Attempt a3b5f9441b0ae335f717e9ae448410da37cbebb575fd9a05220fa586d5659a20
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 0b24a7eaac5345585c94e59f00e0dc726dfcf25b5a47916d931ffe66b3107ba1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,382
Size: 1.00 vMB
Total Fees: 0.02276799 BTC
Feerates: 100.21 > 2.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (510,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,148 405,148 000000000000000002565a487c3722a60744870470a295b0596bed761a290dfc 2,900 0.93/1.00 vMB 70
405,147 405,147 000000000000000001004d774e287a6081ea95d85b3f69953c9b32ab39c51535 1,252 1.00/1.00 vMB 21
405,146 405,146 0000000000000000007733d1c4e4d8a3216f655ad008d14a39cc97b34ba72b90 1,745 0.93/1.00 vMB 57
405,145 405,145 000000000000000001e3c9c5aafdec13a75d15cff6c5f2d54ccc132de28ca311 1,659 1.00/1.00 vMB 34
405,144 405,144 0000000000000000063a5b0272598144c1e3d6d828294312094207730d6e0c61 1,903 0.93/1.00 vMB 46
405,143 405,143 0000000000000000029eddb4b214ef1d2fcd00ad1672a8cd5fddad294d53e951 1,420 0.92/1.00 vMB 39
405,142 405,142 00000000000000000645f066b250801d7644566c786791bca5846044c4e243ad 1,941 0.93/1.00 vMB 44
405,141 405,141 000000000000000001c0ee277f436f24ae194a5df7e5d7b9a872f7dd813c88c3 1,306 0.99/1.00 vMB 29
405,140 405,140 000000000000000002b2775722113d43f81d5ee8a68c4e8e024b676beb4e5100 1,041 0.99/1.00 vMB 24
405,139 405,139 0000000000000000050d1ea612cede94332eb9075fb749bb1caa5d4b45a23928 1,978 1.00/1.00 vMB 29
405,138 405,138 00000000000000000278cb8faa029aa9d5ac82d7c923ea47499bbd5e10b29ac0 2,860 1.00/1.00 vMB 50
405,137 405,137 00000000000000000477f6aff495f280dba39d50a69869f7ff2ab29e25eaed9e 2,406 0.99/1.00 vMB 115
405,136 405,136 0000000000000000061de13ad5176f88e5bd1d51a998cb816ac0fd71928f4c6f 1,687 1.00/1.00 vMB 25
405,135 405,135 0000000000000000004140de877f131ca5bca813f2c4e3f4af0d17fef05dcac7 2,010 1.00/1.00 vMB 32
405,134 405,134 000000000000000002e2073eae096529cbdb16993c517ed830fb7a99211c74d9 2,462 0.93/1.00 vMB 52
405,133 405,133 000000000000000001d33ed3bfb6d8f9636938ca3c638b2697c83ed63fb368ff 2,308 1.00/1.00 vMB 47
405,132 405,132 0000000000000000062d0621940ebda86ed7b320c9aaac8666bdf68e52d4671f 2,710 0.93/1.00 vMB 62
405,131 405,131 0000000000000000003444c3659196a30cbd418290915ffd84cfa5c6296401a9 2,409 1.00/1.00 vMB 36
405,130 405,130 000000000000000002f41c18aa562d5cf27aa5320a3cc89bd1c5bbc7792bc5cf 3,390 1.00/1.00 vMB 49
405,129 405,129 0000000000000000018c9ef09899124240dffab8ca8df85b2586a8c98a1bd0ae 2,809 1.00/1.00 vMB 75
405,128 405,128 00000000000000000233e49cc585ddc160cc687c25d1e054327d09f56e798780 2,957 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 782.89 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: 713.37 GB
    • Received: 17.36 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.