Loading Tool

Explorer IconExplorer

Memory Pool

82,723 transactions
31.92 vMB
0.09585973 BTC
Random Selection Loading Transactions
Max Size: 189.76/200 MB

Candidate Block

Mining Attempt 6241ec3e3e38c2dc068ed6280ec16c2f7ca17a129d0a8e76d1e5ca23f934b19c
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 6bdff07146ce2a6d30019ec0029b04ac18eb3392502ee0aaaad2411d772b69e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,309
Size: 1.00 vMB
Total Fees: 0.03205530 BTC
Feerates: 101.66 > 3.21 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (238,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,586 676,586 000000000000000000064b2b75d0b0bae0e573e15ed790cc8309d10f5cea8701 1,128 1.00/1.00 vMB 62
676,585 676,585 000000000000000000080fb1599da8c146cf54d4c1400fec728adce10a1f39b3 2,041 1.00/1.00 vMB 79
676,584 676,584 00000000000000000008efdd726c9ef04dff5109f743c65f130c5eebf7f45ed8 2,463 1.00/1.00 vMB 82
676,583 676,583 000000000000000000084d268d1cd99dd5254e78fc561ab95436d3f4c5122fbe 2,472 1.00/1.00 vMB 31
676,582 676,582 000000000000000000021e5801a8af810f2aebd744e0da9eaeeb9e97e4cdbe87 2,194 1.00/1.00 vMB 63
676,581 676,581 00000000000000000004535c8779def4788aa4eb8d2d6177de74c2c42d1a77c5 2,505 1.00/1.00 vMB 24
676,580 676,580 0000000000000000000b6e1daccde5678410cc8a79febd6a04fbe03dfa2424b3 2,543 1.00/1.00 vMB 75
676,579 676,579 0000000000000000000b70f6306ce637a590ef0ba2f7a444fd7131fb3f3de128 2,725 1.00/1.00 vMB 25
676,578 676,578 000000000000000000012418103b83a72715c529a8fa6e8ac65ca7867d3bb087 2,588 1.00/1.00 vMB 57
676,577 676,577 00000000000000000002f6365273775a55f0ed0be417fa83492335d241d7aca5 2,871 1.00/1.00 vMB 50
676,576 676,576 00000000000000000000604cfb42aee58cb91ce2aa1031c30bdf578454d16570 1,940 1.00/1.00 vMB 63
676,575 676,575 00000000000000000008b7aa09c11426c71be414176688a42d2bc934bde004a4 2,432 1.00/1.00 vMB 68
676,574 676,574 00000000000000000002eedab71a90e075867a45f866e1e93faf32a3001b31f5 2,162 1.00/1.00 vMB 54
676,573 676,573 00000000000000000002712d02111e2bbafe42a7ffb677dd39b04a953194b78c 2,123 1.00/1.00 vMB 75
676,572 676,572 0000000000000000000b94865b35d86300d58601cdb6d773d4be0149460794a5 907 1.00/1.00 vMB 70
676,571 676,571 0000000000000000000b132652c593bfbec0d1be4ed69bff486cbc316d140fb9 1,647 1.00/1.00 vMB 80
676,570 676,570 00000000000000000005efd3251f9525a86669dc990198b516b74869a98c6d87 1,918 1.00/1.00 vMB 69
676,569 676,569 00000000000000000000e555f13639db251170a6151641bd3d6fbb86f37cb177 2,656 1.00/1.00 vMB 100
676,568 676,568 00000000000000000005c3426d8a43d8656af81352dd8e49bfafd82c4c05e1a9 2,205 1.00/1.00 vMB 43
676,567 676,567 000000000000000000099a8ab9485f5afa921a50c490985ff98c163796dcef2b 1,940 1.00/1.00 vMB 48
676,566 676,566 00000000000000000007069293f5f90a7fbbe94f6dd074fd4fad1bdea57ae64a 2,138 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.31 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: 658.73 GB
    • Received: 14.58 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.