Loading Tool

Explorer IconExplorer

Memory Pool

18,467 transactions
8.55 vMB
0.03368036 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.40/200 MB

Candidate Block

Mining Attempt 414cddc95f80ae0818764b95ed1a208bc92189e2e809554dd4eadec86b07c7bf
Version 20000000
Previous Block 00000000000000000001a8107fc94f72301ddf1d5f3fe20a04aec1708cd7cc55
Merkle Root 829bf10245239374a38d0e7b5c37623bcdd6d5c4460bb713f55a0695b244377f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,583
Size: 1.00 vMB
Total Fees: 0.01517705 BTC
Median Feerate: 1.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,422 (703,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
210,098 210,098 00000000000001fe1b2bde2dd75b422493e63209e4be52003b768623a60dc791 175 0.10 vMB 116
210,097 210,097 000000000000019dd375ca08dc332d60e300e5ea9b24bbfe55cc8bcc7c06d3c2 11 0.00 vMB 169
210,096 210,096 00000000000003c28f6191a2d1e9b096197a0bc33035921599361d2a8132bf84 9 0.00 vMB 153
210,095 210,095 00000000000003d217352602cdefbf2c3130420f0166371ca366c128d0a701bb 220 0.13 vMB 141
210,094 210,094 0000000000000356c67cdca5a2111539aedccf282d4138f48162faa494649a2f 366 0.21 vMB 158
210,093 210,093 00000000000000a34cc0bcdb6c43bdd2c07bf81c2dd3b264e3ccb88b050ddc39 5 0.00 vMB 175
210,092 210,092 0000000000000188cae8f66e223f7b86e1e6861e494f07dcf81be5f54450d62e 125 0.05 vMB 228
210,091 210,091 000000000000014bdd9bd7f8b9505d02d2ab462c6e0972b5d49eb9115ec6bade 233 0.10 vMB 201
210,090 210,090 000000000000024bf6e7b1e2fa1770e4c226d15ea3e1ae12e044441666b56fb1 328 0.15 vMB 218
210,089 210,089 00000000000004060180aa21b21729119c4bb8a76767aa594859ad53c925e2ed 397 0.31 vMB 112
210,088 210,088 0000000000000002c2a802e78f1d6b976c6324e4581ac218c48b2ca1d2bff762 14 0.00 vMB 320
210,087 210,087 0000000000000046fd430ad8c580688161bf4d6d35df71ef41a3bca794bfaf53 318 0.15 vMB 176
210,086 210,086 00000000000000ce2c450b83f9c47b2595cf65a37a2b7e3bb6f104818868f7c6 502 0.18 vMB 201
210,085 210,085 0000000000000217d83111a98ecc9fbaf041f3d87aff2818f230480f71d0a634 11 0.00 vMB 1,534
210,084 210,084 00000000000002a8d86f97878d3cd9030280ef7fee4d3a5ef243b272a1c40a10 51 0.02 vMB 149
210,083 210,083 000000000000032c7967bd3bfc3bac00699dc0ce66df4a08787d7ed0de35496c 46 0.06 vMB 69
210,082 210,082 00000000000002a30c4620713fff62574126986cd902c8e746f771f5783aea21 221 0.10 vMB 143
210,081 210,081 0000000000000265135594758308305d156708145502435891947cbf7988e6d6 127 0.05 vMB 33
210,080 210,080 0000000000000167d840ffcaa8650fe19f88fe01aa7868558b5af02ac6078fa2 64 0.02 vMB 75
210,079 210,079 000000000000047798dbe8926fcdb66d47dbea7990290a9627c2c597c8145be0 226 0.16 vMB 116
210,078 210,078 000000000000036a2abc436961d27139ac1d03e88b8b2c3d6a1dacd59da2926f 138 0.26 vMB 70
Previous 10 blocks ↓
Total Size: 779.60 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: 296.17 GB
    • Received: 1.25 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.