Loading Tool

Explorer IconExplorer

Memory Pool

78,515 transactions
29.15 vMB
0.08272156 BTC
Random Selection Loading Transactions
Max Size: 176.42/200 MB

Candidate Block

Mining Attempt 88d0ad3428955aef9e1d3d50937bea09bf7e364e1c70cbd38744504850e310fc
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 16a1b43e6fd0994813563376d37dbadc05fcf13b6ebec65903a47bacc1f1906f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,660
Size: 1.00 vMB
Total Fees: 0.02171626 BTC
Feerates: 178.73 > 2.18 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (264,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,499 650,499 00000000000000000008fce72b305baecde506a4645cee44b147dc8a0807f05f 2,204 1.00/1.00 vMB 48
650,498 650,498 0000000000000000000c834696b7b09fe355b85ce6acb42646589e574f425d44 2,669 1.00/1.00 vMB 33
650,497 650,497 0000000000000000000e6d99c7f2190ec0b5a2bba704e5dfc3f80c30804ff54a 2,394 1.00/1.00 vMB 18
650,496 650,496 000000000000000000090fc30f5733ee2f185b1af0ca325608dd55d7be5572fe 2,596 1.00/1.00 vMB 39
650,495 650,495 0000000000000000000b0cdf9c6b2e59007e39068b4678f891682a4f0ad74912 2,182 1.00/1.00 vMB 61
650,494 650,494 00000000000000000002558157acf626a823c7836c3082f8b008110e6e6079dc 2,403 1.00/1.00 vMB 49
650,493 650,493 00000000000000000009dffb94c14fd3decf909e879e040f117d71356178ab28 2,710 1.00/1.00 vMB 49
650,492 650,492 0000000000000000000412099d9365b3db6817daa3e16e9c1306f0296f5ee06b 2,672 1.00/1.00 vMB 63
650,491 650,491 00000000000000000006b41c97ba20dda1aa232867650e8cc1a85821e7ba98ce 2,813 1.00/1.00 vMB 87
650,490 650,490 00000000000000000006e17d51522f582fa6970fd17e544654d19e6f63fa0f7f 1,934 1.00/1.00 vMB 41
650,489 650,489 00000000000000000005ff405a517959093a6412b95fc425933eb4cfe525baa6 1,967 1.00/1.00 vMB 50
650,488 650,488 0000000000000000000c399fc686d6d47a37bad0e3d1c181f2156edc51b5815e 2,425 1.00/1.00 vMB 33
650,487 650,487 0000000000000000000cafa0c61e83714aed0b6bbd6b13b00f6a2d6a9be6cf80 2,220 1.00/1.00 vMB 40
650,486 650,486 00000000000000000005be2701aaa50b2ce0f82dbd1a9d6cd0117554bb0ca3ad 2,412 1.00/1.00 vMB 41
650,485 650,485 000000000000000000070156997dc79cb3d06e253a9596d7c23820065aaf4e2c 2,080 1.00/1.00 vMB 41
650,484 650,484 000000000000000000030eaebaff931ba34aedb73615a961ce4ab71affc743b4 2,402 1.00/1.00 vMB 70
650,483 650,483 000000000000000000019a8825d478905d2920ac0a272694ecba362262cb1e3f 1,915 1.00/1.00 vMB 53
650,482 650,482 00000000000000000001b392b78570fe6cbd31b8b7a4533effd0953eb4d36cfa 2,397 1.00/1.00 vMB 62
650,481 650,481 00000000000000000008638ef5c34f529f36fe2d59c5fb5d2bb9aada46f932c6 1,032 1.00/1.00 vMB 98
650,480 650,480 00000000000000000004ff0100b431c4a81fe547441b90852be74f495b3878d3 2,402 1.00/1.00 vMB 68
650,479 650,479 0000000000000000000c089693f2b3260a41976996c1b4aa06076aaa33d052e2 1,752 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.68 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: 678.22 GB
    • Received: 16.44 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.