Loading Tool

Explorer IconExplorer

Memory Pool

36,467 transactions
28.92 vMB
0.08903171 BTC
Random Selection Loading Transactions
Max Size: 144.05/200 MB

Candidate Block

Mining Attempt 0c14865a2715ba218942b51900032fa038b689ccf2852029310c80e5bfd4ac64
Version 20000000
Previous Block 00000000000000000001216f724118bd0b2a55bfa878bcb0c0d7e4a602634f4a
Merkle Root 0c69352f35dc2a4867bc876f18c2878c1b6cfaba847f660ade3ad7b30261b543
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,725
Size: 1.00 vMB
Total Fees: 0.03071712 BTC
Feerates: 150.54 > 3.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,520 (459,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,460 455,460 000000000000000001135f05561f14e43e188d0457993be3479d8d20419be2b9 2,035 1.00/1.00 vMB 203
455,459 455,459 0000000000000000016c43ffcc40ddeb4c5a8c351aa1e80f9b9b0b5611678c80 985 0.37/1.00 vMB 307
455,458 455,458 000000000000000001e07065b7abdca9a1c0d0fecf06f1e1942fbf10607f0029 2,503 1.00/1.00 vMB 195
455,457 455,457 000000000000000001ae7f39cde93e3487b0773f0591a45690bd3c9ff19971e6 2,258 1.00/1.00 vMB 189
455,456 455,456 00000000000000000072bbf42bc8c92e69c6bb6f490bf505efc0a6b01b981104 2,175 1.00/1.00 vMB 188
455,455 455,455 00000000000000000177cab5c0696fae0b68f181049dde2eaf3f460500a8488d 2,650 1.00/1.00 vMB 203
455,454 455,454 000000000000000000addd7303c43756a7e66ebe30d5a32a75bc87ad67027390 1,939 0.86/1.00 vMB 187
455,453 455,453 000000000000000002655615168e2f0e2c1d7c2798a128f757928efd0954a333 1,921 1.00/1.00 vMB 208
455,452 455,452 000000000000000002356efa74a7fff34e7807ea2019c9257c027432fda46398 2,326 1.00/1.00 vMB 328
455,451 455,451 00000000000000000180119e501e27156fd54aa056b193509279d8aa1f057f9c 2,191 1.00/1.00 vMB 218
455,450 455,450 000000000000000002510b486b98f18377e459f207c78ddb73a93e8f13c88275 1 0.00/1.00 vMB 0
455,449 455,449 000000000000000001f95a73790cd22920576d7ba327eebbb37c24e46b8b4bcf 1,448 1.00/1.00 vMB 218
455,448 455,448 000000000000000000a28b1b55119cd809a47e83e82f38103751ba2a51321fd2 1,470 1.00/1.00 vMB 210
455,447 455,447 0000000000000000016146777bf81ac5610988a1d57b112e683a19a98b7a0d61 2,369 1.00/1.00 vMB 96
455,446 455,446 0000000000000000003e415289ab3abd2dde602acd6d78d75187e55401cc223f 2,781 1.00/1.00 vMB 205
455,445 455,445 0000000000000000020574025b8b7c7d03f7e477f4f6e286b115b488a208178d 1,516 0.86/1.00 vMB 156
455,444 455,444 0000000000000000008812a52e11d5ccce505c52960c88859fcd38c2b5565b1e 1,928 1.00/1.00 vMB 163
455,443 455,443 000000000000000000c318727ee96d86cb32ba4f9ce2816b5cba6161b6bdb158 1,775 1.00/1.00 vMB 144
455,442 455,442 0000000000000000021c415bbcdf5a8baf78b36102747edebe379e012e7716e7 1,892 1.00/1.00 vMB 167
455,441 455,441 00000000000000000239da9d6896252f1b512274a363b9ed2e3ef64a9c329b84 3,136 1.00/1.00 vMB 153
455,440 455,440 0000000000000000002134d3324d5bca74c5782efa3f4e1055e8b282d4735858 2,329 1.00/1.00 vMB 129
Previous 10 blocks ↓
Total Size: 781.54 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: 614.98 GB
    • Received: 11.16 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.