Loading Tool

Explorer IconExplorer

Memory Pool

78,789 transactions
29.82 vMB
0.07527369 BTC
Random Selection Loading Transactions
Max Size: 182.29/200 MB

Candidate Block

Mining Attempt f19451c96fdd698e72c941a98f6f05d1fa75c7109b94d0c3a8ced99eb742b2b7
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 34029b1e84b8212442fb9317f76fc82d01a4454a38d0ebda1520b0c47cd3eb5d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,204
Size: 1.00 vMB
Total Fees: 0.00922996 BTC
Feerates: 200.89 > 0.92 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (386,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
529,044 529,044 0000000000000000001679ea14b946cb38b4d618671862bc2bc2d5cffadcc7c1 2,828 1.00/1.00 vMB 35
529,043 529,043 0000000000000000002c90362cef61a8afe9c7da768fc269abd959f29136d465 2,261 0.99/1.00 vMB 43
529,042 529,042 00000000000000000027d6fd930cc7267e9b065b274f7dcf643b7deca6f7a33b 945 0.51/1.00 vMB 29
529,041 529,041 000000000000000000168e621604bf4aeb453d4db4e091c83fe1bb6d969d33e9 710 0.40/1.00 vMB 32
529,040 529,040 0000000000000000002978787c85718a42250e52e82a4eaaa2aa4c73df6d5497 1,310 0.56/1.00 vMB 30
529,039 529,039 0000000000000000000038d526878894d87984137a8f2203a913f37c8989a715 1 0.00/1.00 vMB 0
529,038 529,038 000000000000000000368ad86fe9d50b1b19f10b581183b94e03ad4574558a6b 75 0.03/1.00 vMB 36
529,037 529,037 0000000000000000002f6bf10f8373f575a7357d8af46c5e55bcb209e47043cf 337 0.16/1.00 vMB 56
529,036 529,036 0000000000000000002ee7143d6aa7a6a16082e974daa9bf44c5a4a34b831a9c 644 0.21/1.00 vMB 39
529,035 529,035 0000000000000000001dc40aa36764a326d720b4bbc2b02b47aea5193b82b4d1 2,459 0.94/1.00 vMB 42
529,034 529,034 0000000000000000002f49aba7c55b164b285b54d78badd6d5401e709f873458 353 0.15/1.00 vMB 18
529,033 529,033 00000000000000000002c336d709548d53bc9fa5583d8e2db655939b85da5700 16 0.01/1.00 vMB 3
529,032 529,032 00000000000000000031c342f920a0ac0c9452c25accc69390104e2f62a9ea29 2,219 1.00/1.00 vMB 31
529,031 529,031 00000000000000000008c33cfb00730b5dd4e31f4d188c68fd50cc3c22e5a7d0 1,127 0.53/1.00 vMB 3
529,030 529,030 0000000000000000003382a0eef5b127c5d5ea270c85d9db3f3c605d32287cc5 2,254 1.00/1.00 vMB 52
529,029 529,029 000000000000000000001542470d8261b9e5a2c3c2be2e2ab292d1a4c8250b12 191 0.06/1.00 vMB 33
529,028 529,028 0000000000000000003147c5229962ca4e38714fc5aee8cf38670cf1a4ef297b 934 0.42/1.00 vMB 38
529,027 529,027 0000000000000000002afceaeec4c0121666caf61fc08883561cd5ce4434e3ea 1,229 0.50/1.00 vMB 43
529,026 529,026 00000000000000000037024a13e24b00bc951c7fc05a491a54a75b122dab01e5 1,163 0.49/1.00 vMB 16
529,025 529,025 00000000000000000021b961c27039413c621ad2f85ecbacc226c37a8c156df8 1,149 1.00/1.00 vMB 10
529,024 529,024 0000000000000000002ec2ebd2044d537c14d7e74e2d42b434b91171a6865a7e 822 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 783.05 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: 720.58 GB
    • Received: 18.20 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.