Loading Tool

Explorer IconExplorer

Memory Pool

45,592 transactions
27.23 vMB
0.07639470 BTC
Random Selection Loading Transactions
Max Size: 143.71/200 MB

Candidate Block

Mining Attempt 6bdfab22d8e3965100cbf366692a4e895002c7f07b643526dad87dc08c7c1a63
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 91c5e2239d4e1ad4d9e544763dbb6ae153f5c2585214d02516cf13ff3415f1e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,008
Size: 1.00 vMB
Total Fees: 0.02550693 BTC
Feerates: 201.13 > 2.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (83,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
831,401 831,401 0000000000000000000004264eb2cfa81bdd04998932e960644fa979030f5fda 3,356 1.00/1.00 vMB 39
831,400 831,400 00000000000000000002f2b8b266d44886b53142a93464b7042ca8b014d1fcfc 3,653 1.00/1.00 vMB 28
831,399 831,399 00000000000000000002e5a7c348fe2c8074210b288ee8492b40a365d4789c54 3,073 1.00/1.00 vMB 21
831,398 831,398 00000000000000000000b4fff0e7dbbc8c723d9056795014ebafb5ea01a1caaa 3,555 1.00/1.00 vMB 30
831,397 831,397 0000000000000000000331f32537a4eed301156adef2c23c94c7e4e13808ee6a 2,468 1.00/1.00 vMB 20
831,396 831,396 000000000000000000009fa23bb368484d8cdb69166b64f840b13733d151f735 1,576 1.00/1.00 vMB 14
831,395 831,395 0000000000000000000125595285649e7b0ea118ec6f05a9622775e664cc904f 2,080 1.00/1.00 vMB 15
831,394 831,394 000000000000000000008c02f5a8e2a9fc3d7d7af8b3a86db77819faf171df31 1,531 1.00/1.00 vMB 13
831,393 831,393 000000000000000000014da95aea7ca30168437addd46008de8d97a742048c39 466 1.00/1.00 vMB 11
831,392 831,392 0000000000000000000291aec2950913a65b3a106d6486f51cd824ec4da57120 1,015 1.00/1.00 vMB 12
831,391 831,391 000000000000000000015d56929b27d8531898abee02ee45df15cb1c3fefca9e 1,347 1.00/1.00 vMB 13
831,390 831,390 00000000000000000002104bba4ccb4510422002baacac44cdaf5c07da8edf66 3,240 1.00/1.00 vMB 19
831,389 831,389 0000000000000000000077e8b0d3ec67d7fb4f4b0e6aa67d7d4251c51fc36651 2,106 1.00/1.00 vMB 16
831,388 831,388 0000000000000000000291279c14be3f48d89b0224ce7e8475d82624e847a5fe 3,058 1.00/1.00 vMB 22
831,387 831,387 000000000000000000010cf742e82093f2b34592a294bb9d48c32c35db0cbe64 1,677 1.00/1.00 vMB 12
831,386 831,386 0000000000000000000157bdde026859b310ba79f905f1514f022d1dd6129a00 2,162 1.00/1.00 vMB 17
831,385 831,385 00000000000000000001e2b7737bb255f94e96ff899f65d9c1bc1d17be3471db 314 1.00/1.00 vMB 12
831,384 831,384 000000000000000000008721ebddc8b100f6f5ff7819378bbe273f16e2d870e8 2,315 1.00/1.00 vMB 15
831,383 831,383 00000000000000000001df3d2f4bce54965d5ac416ca3e99e59a9f8c73e6fc5b 2,993 1.00/1.00 vMB 18
831,382 831,382 000000000000000000003a6ce1f3e892499ea761d321a75acd8b33c5ff35f79a 1,981 1.00/1.00 vMB 16
831,381 831,381 00000000000000000003155bf64b69927df7a61a3441fcb667cc36702266a5e5 3,176 1.00/1.00 vMB 24
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.26 GB
    • Received: 13.15 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.