Loading Tool

Explorer IconExplorer

Memory Pool

78,914 transactions
29.54 vMB
0.07100025 BTC
Random Selection Loading Transactions
Max Size: 177.53/200 MB

Candidate Block

Mining Attempt cf5e6d49fe17a81bda02fde677540c880723a5d2965f6e6b01d7181a756f25dd
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root 63a950ac35ff0891f37e3b861d7fdb573ae14d10e8da0e844488cd7c1926c86b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,713
Size: 1.00 vMB
Total Fees: 0.01100782 BTC
Feerates: 150.93 > 1.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (725,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
189,615 189,615 000000000000056c320959bdf6aa01f451bb8c128210d381222e52d9367fea53 70 0.04/1.00 vMB 70
189,614 189,614 00000000000008c16b5e3820085984a8dc67d73b0b460cf00d427ee1f03ff8b2 149 0.06/1.00 vMB 130
189,613 189,613 000000000000087214a02ea66765535b1def507451e10081d5cf4594023b7d10 67 0.03/1.00 vMB 78
189,612 189,612 00000000000002339ff565ef8696498181ff1d27a3689b723a173e0fa2096bbd 69 0.03/1.00 vMB 120
189,611 189,611 0000000000000500cb389c392412fd4843a5e1e7305dca7458b5f19bba0cafe7 50 0.03/1.00 vMB 64
189,610 189,610 00000000000000517eadb2b2a1395d7dfcbb1da23faac5ecbbed300dfbf635b6 252 0.11/1.00 vMB 151
189,609 189,609 00000000000008c929317e8e7d1d5715803bb3c824d77dee1859d9cc42059090 128 0.06/1.00 vMB 56
189,608 189,608 0000000000000689fe19a188a3e4289dce1c7d2d95236aec610d609ce5618b34 323 0.18/1.00 vMB 111
189,607 189,607 00000000000002efd40cf5ece967966a045009bd2b24b4ad3bb84c53de7312f5 298 0.13/1.00 vMB 119
189,606 189,606 000000000000037863ddbd209bac2a3439bd572673817bc76f03b6f0e519e4e3 221 0.08/1.00 vMB 142
189,605 189,605 000000000000001b36abc3665400cf280eb9b2de257223d097ccd6ef7d3c95d0 94 0.04/1.00 vMB 121
189,604 189,604 0000000000000094cca76c321b5ef2a45018413ad1ada4b2dd5d8fa71f10ce2b 94 0.05/1.00 vMB 65
189,603 189,603 00000000000006cb20c8b30fa9d6cd6b002de3a4d67363e99b0f7ae37c36d10f 314 0.14/1.00 vMB 118
189,602 189,602 00000000000002ccdb56c3548eb2af2968d0061f4eebc9757002e44ca3b7b889 1 0.00/1.00 vMB 0
189,601 189,601 00000000000000556eb5d681ad6a5a5b73e47831c00aa51a6362063aad266389 27 0.01/1.00 vMB 164
189,600 189,600 0000000000000098af19f85b74f55b6a043f89a62d175dfa1b0b1dcbc45f3674 1,137 0.45/1.00 vMB 268
189,599 189,599 0000000000000062ce14e1f0ae435ebc8cd9ebd9c1ebf3bc9fb2d3e231ec7f5f 117 0.05/1.00 vMB 115
189,598 189,598 00000000000003851bed7202e6b7be8c89c35c530b5be295e1358f8d93b27a7e 59 0.02/1.00 vMB 960
189,597 189,597 000000000000084f0759680cb0910f1b60e67b03127756ec9eee515a528c6727 83 0.05/1.00 vMB 166
189,596 189,596 0000000000000489228da8bd3e0b936656d4e84c3d146882557ed5dcfedee875 397 0.18/1.00 vMB 127
189,595 189,595 000000000000049dd377c5fd3d8648248a56e6e8c4f40a4aa3e8e0eba5df7ce6 162 0.05/1.00 vMB 313
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.99 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.