Loading Tool

Explorer IconExplorer

Memory Pool

45,929 transactions
27.94 vMB
0.08401407 BTC
Random Selection Loading Transactions
Max Size: 147.81/200 MB

Candidate Block

Mining Attempt d44487e0923436b339073d8ee45b10c8eefc116ad1c27debdd2fe8ad9c147690
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root b432bbb92bf91ad28c83dfbc6f4f601faca0f52b9e91d8edc6e7c5159fea80ca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,101
Size: 1.00 vMB
Total Fees: 0.03010979 BTC
Feerates: 181.54 > 3.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (66,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,353 848,353 0000000000000000000032b1df0bca790294a18e237bd8a8fd996e466b4310bf 4,700 1.00/1.00 vMB 14
848,352 848,352 00000000000000000000e8ae5664f5d3687238c5c889e6dbcd66e0353f312037 3,103 1.00/1.00 vMB 16
848,351 848,351 000000000000000000022fabc2ee9d115b5eba4b7a4ae760fb78fbc2695f3a18 4,989 1.00/1.00 vMB 10
848,350 848,350 000000000000000000013041b424525e3f5e735b63c3f7d6eeff742688e21bb3 2,836 1.00/1.00 vMB 12
848,349 848,349 000000000000000000005d2b3aa20985f849d2b846b06c02bfdb9e3f91fdc682 3,621 1.00/1.00 vMB 21
848,348 848,348 00000000000000000002ca405eb689b59742b727f48e8ac66d0753b899852112 3,558 1.00/1.00 vMB 23
848,347 848,347 000000000000000000017ed2717a628824b3a5491b58c799fde39887ee5ca0fe 873 1.00/1.00 vMB 10
848,346 848,346 000000000000000000015a6b8541e9ffee88cbde12a8569114e7dbbc6b6405b6 5,970 1.00/1.00 vMB 10
848,345 848,345 0000000000000000000124c2a0cd741efa9a4b85455a9b08963eea035a9e85c3 3,272 1.00/1.00 vMB 17
848,344 848,344 0000000000000000000077a84541074160c5ce12a805e0f12460434ee1af1fba 2,602 1.00/1.00 vMB 17
848,343 848,343 00000000000000000000d20032f4af1f786a58025149a93d46c80a686139a0d2 2,747 1.00/1.00 vMB 24
848,342 848,342 000000000000000000024a8441a5a99946d28b3a653fad5529e0fcf0153c8f37 4,247 1.00/1.00 vMB 16
848,341 848,341 00000000000000000001034fce4b839a73bfa1fe638364d9f43afe2ec8e0a046 2,485 1.00/1.00 vMB 11
848,340 848,340 0000000000000000000067b007985f5b673d9121a581bb033026c3b462337bfb 498 1.00/1.00 vMB 10
848,339 848,339 00000000000000000002ab06a66e3a6dcaeb6abb2db9ef0523cb10a136b70297 5,101 1.00/1.00 vMB 15
848,338 848,338 00000000000000000003531c99ff6c3fa61f9158cc3e3d1438314b82538eb0c3 2,820 1.00/1.00 vMB 11
848,337 848,337 000000000000000000023212ef2fa5c6512f36656f061579b4547008d754670b 2,014 1.00/1.00 vMB 14
848,336 848,336 000000000000000000028cecab74efd433e21e114f6aec2e18a742ccff47f9ec 79 1.00/1.00 vMB 12
848,335 848,335 00000000000000000002f01ba4fb482eddead4193a257dacb29504c48d58a3c2 1,929 1.00/1.00 vMB 17
848,334 848,334 0000000000000000000023c8741372c41ec4279a5de8465c3933c1a18bb64a9f 492 1.00/1.00 vMB 12
848,333 848,333 000000000000000000028c12e084e75cd6c8856a1270f06e4fe133090e91b6a5 2,273 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.25 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: 655.58 GB
    • Received: 14.33 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.