Loading Tool

Explorer IconExplorer

Memory Pool

50,923 transactions
28.90 vMB
0.11608645 BTC
Random Selection Loading Transactions
Max Size: 154.56/200 MB

Candidate Block

Mining Attempt d28e9352b79c2938381d06176daaa10588446fabeaed481ded194f0fdcdac021
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root d5a100f039fdca385a8da7efadb36abaeff731795abc285793ec299ab87cb14a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,039
Size: 1.00 vMB
Total Fees: 0.05233734 BTC
Feerates: 500.00 > 5.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (730,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
184,503 184,503 000000000000068c772aa24e80c94ff2b29ec9846043e6f4ad6fca697c695bc3 533 0.45/1.00 vMB 148
184,502 184,502 000000000000064f74af4c754fdd5d51130ca1339287f2936c41de7a6ad3d223 40 0.02/1.00 vMB 615
184,501 184,501 000000000000096d0d10d619634fa7af19b8a58e505633501545f941c80c5c31 154 0.08/1.00 vMB 148
184,500 184,500 00000000000001b2a3bd02767c5a9000d87ff8654a43d437ee3df44290234a5c 228 0.14/1.00 vMB 129
184,499 184,499 000000000000039e6ef4d0234d795d39fb63a2b644c4882d0aa5cebddba954d3 975 0.39/1.00 vMB 251
184,498 184,498 0000000000000219b44d3d7b6d7d7f03b0f3d63c95442dde11cec26b14c0d9c6 327 0.25/1.00 vMB 88
184,497 184,497 0000000000000336fa0157b700d553f5bbcda3e05cf13eff9f7d1db9258e41e4 558 0.25/1.00 vMB 140
184,496 184,496 00000000000005195b005d1b6c47e0c84e0f2654604d9f2070d5cdb6f6820d63 651 0.25/1.00 vMB 129
184,495 184,495 0000000000000a3d2f28bcb74953301baf0e0e78ccc07e117e8e7352ff8fc075 4 0.00/1.00 vMB 0
184,494 184,494 00000000000000172d977301dabf1502ba102eb4c8cf5c84c2cada11c8969783 511 0.25/1.00 vMB 156
184,493 184,493 000000000000008daec3f7c9d863723cc0736b3a8ded7573cc974e3424039a0f 573 0.42/1.00 vMB 103
184,492 184,492 00000000000002f1c86bea970394eb06f0903ba0252707d0b1b26d3dfd6bc905 26 0.02/1.00 vMB 149
184,491 184,491 00000000000001a9f0a098ef6f502705f47b934a2505a6352618c91fb440159a 131 0.05/1.00 vMB 77
184,490 184,490 00000000000009c48b39aa34d1890ffb71ef9f502f88ff06a7c640b90d2a0aa0 441 0.25/1.00 vMB 156
184,489 184,489 00000000000002ba8123b5d5e611164aebbef6cdfb20eea061f37e32abfbac81 173 0.05/1.00 vMB 62
184,488 184,488 0000000000000905ff57e7e69939710ef7a37f40e385e8bf283e32409d3763d7 883 0.42/1.00 vMB 144
184,487 184,487 0000000000000439752e36c79c229847afceb9e124fe6539bf10c417b1a2c122 443 0.25/1.00 vMB 159
184,486 184,486 000000000000055e3928c9e699c84b2e02d845e537569aeeedc935e42fa8c44b 9 0.00/1.00 vMB 67
184,485 184,485 0000000000000023cdbc63fb330ce6b10510643f021b5aa9c49f82d975e1bb47 130 0.05/1.00 vMB 141
184,484 184,484 00000000000007c6f6e5ca084fd4a7c55a6f4486b9c8a6646ff7caabd6f782a7 504 0.25/1.00 vMB 108
184,483 184,483 00000000000004ec1cc6c03a75b8139fb4789c023fa9282547299b4ea62342db 512 0.20/1.00 vMB 407
Previous 10 blocks ↓
Total Size: 782.01 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: 649.49 GB
    • Received: 13.18 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.