Loading Tool

Explorer IconExplorer

Memory Pool

38,882 transactions
28.31 vMB
0.06680759 BTC
Random Selection Loading Transactions
Max Size: 143.66/200 MB

Candidate Block

Mining Attempt 46b71e1ecfea86f6f2f7d84ff1f483c408a992d6dd17571e4908943855caac48
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root 65e7ce18746cf925d74685c1dc20c1016975b2e8c18de35ac94a187e35caf847
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,418
Size: 1.00 vMB
Total Fees: 0.01244285 BTC
Feerates: 150.80 > 1.25 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (447,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,026 467,026 000000000000000000b5d87572c71f0d0c8ef8fd9eb25ab382d4152961399e3a 2,426 1.00/1.00 vMB 315
467,025 467,025 000000000000000001745cbe54bfc0258610bb9ee5dfd7784716b1797f6f6b42 1,221 1.00/1.00 vMB 254
467,024 467,024 0000000000000000008136f66721c807d027258f3718386a7865f6cb8bea1a65 2,789 1.00/1.00 vMB 259
467,023 467,023 000000000000000000c8d0b30acb34624fe200f46681b696cf81d25247fdf7dd 2,307 1.00/1.00 vMB 392
467,022 467,022 0000000000000000019837d232bd20bc21ba29416e26c3ea3c36a457a95fee53 2,576 1.00/1.00 vMB 349
467,021 467,021 0000000000000000014833615d70dbe48f99b4397bc2efb726d2bd0a7ef0f409 2,111 1.00/1.00 vMB 434
467,020 467,020 000000000000000001c2045a78e82e7f176e599d922ab772d86ddf56af9e009e 1,753 1.00/1.00 vMB 243
467,019 467,019 000000000000000001762661782c4ece79121c10cb97a60e9ecfa4502b43283f 1,396 1.00/1.00 vMB 239
467,018 467,018 00000000000000000180f9d83ae1a794f73f126dea6afb0693b66e690585aa81 2,250 0.99/1.00 vMB 273
467,017 467,017 000000000000000001e1e100ca50cb2b593a86c4e81b8ead3dd1f23fdf7fc581 2,293 1.00/1.00 vMB 355
467,016 467,016 000000000000000001a15dadcdf012d763b10997e0eb08dc3937c48a873b15a3 2,630 1.00/1.00 vMB 452
467,015 467,015 0000000000000000004682c20a2116637be5ab518c1db00e92016a14babeb254 2,267 1.00/1.00 vMB 364
467,014 467,014 000000000000000000c9b29ec528f36aec1020eda7108878a4430d21ba2e4ef6 1,261 1.00/1.00 vMB 229
467,013 467,013 0000000000000000018c8278b749f2015ebfaf6ab802ae8073a19c8c1e036ee7 2,267 1.00/1.00 vMB 291
467,012 467,012 0000000000000000011ef0c6d21e0122efd7c5e4ed444bcce5cc48bd8e3366fd 1,036 1.00/1.00 vMB 237
467,011 467,011 000000000000000000df43fd74e6d6d8d52279f6ebc3b31d1cbcadefeace0453 2,053 1.00/1.00 vMB 365
467,010 467,010 00000000000000000107d751410a7a63f29aae5a8d3cb274d61590379a40d50f 2,027 1.00/1.00 vMB 234
467,009 467,009 000000000000000000debea2e5c9e78a84d549e6146c67b995e342c1d452ae5b 1,586 1.00/1.00 vMB 327
467,008 467,008 000000000000000000f424f4852283af7b77d2f8909eac11f9be803204ced9e0 2,306 1.00/1.00 vMB 343
467,007 467,007 000000000000000001ef5aeaba77cf65b6f7352db682d2a5b2289f04655f24ef 2,047 1.00/1.00 vMB 272
467,006 467,006 0000000000000000007674845ce2599b3f669762c00336e6cfaa303857bd9045 2,447 1.00/1.00 vMB 368
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

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