Loading Tool

Explorer IconExplorer

Memory Pool

76,479 transactions
28.50 vMB
0.06763921 BTC
Random Selection Loading Transactions
Max Size: 172.72/200 MB

Candidate Block

Mining Attempt ec93f251d185686271bde3179c4cbd59956327fd57f842a13910f299709909c2
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root be35f664afef15b55ef49293958986bffa090203e9f7dfaac25166e2aa857564
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,162
Size: 1.00 vMB
Total Fees: 0.00855105 BTC
Feerates: 71.79 > 0.86 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (121,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,909 793,909 00000000000000000001880c831e3178af85d7966a7d2736f7b066e4fb1e4a15 2,782 1.00/1.00 vMB 11
793,908 793,908 000000000000000000008b712270ccea9c755e674d670b8366739eb1e036c367 3,330 1.00/1.00 vMB 16
793,907 793,907 0000000000000000000214bd55ec98a6d4b5dc2c671bf0ab34c62ad98c4ea6c1 4,852 1.00/1.00 vMB 12
793,906 793,906 0000000000000000000278b4bd6baa66ed452575ba307ef0c3ec4d7ccd429db8 2,665 1.00/1.00 vMB 20
793,905 793,905 000000000000000000018edda554a071ba91993a3e3d10a2446dacff5c8f0b7c 4,214 1.00/1.00 vMB 13
793,904 793,904 000000000000000000009ea3a3c5c0c229d44cbe16aa723cfeda2fba5db4aea6 2,851 1.00/1.00 vMB 22
793,903 793,903 00000000000000000004ee0e89f880fb5f9e21b87826d77b53b7d1f5ec4bf81e 3,094 1.00/1.00 vMB 15
793,902 793,902 000000000000000000044a1fb0602b5de618dcd2db98df41026d617a092bb4b5 2,977 1.00/1.00 vMB 25
793,901 793,901 00000000000000000000c8d56c8001fefd43ad2d482bcc3a20bc98a4726b6d31 3,388 1.00/1.00 vMB 16
793,900 793,900 000000000000000000035c4461b0164bb8629c7772f4c1d0078d699617a03185 2,472 1.00/1.00 vMB 13
793,899 793,899 00000000000000000001a37a13b22b9f6f215ac3030dc779d92b1dea01a8a195 2,967 1.00/1.00 vMB 39
793,898 793,898 0000000000000000000127868daeafefe963ce38a6ee218c5fec562070280428 1,756 1.00/1.00 vMB 19
793,897 793,897 00000000000000000002d7af2d0f14922a25cd023298b537da0c5d5b6a79cfde 2,828 1.00/1.00 vMB 48
793,896 793,896 000000000000000000011214621a18244bc67a7663592f6f3306e6dcd371bff1 2,938 1.00/1.00 vMB 19
793,895 793,895 00000000000000000000210a0c7f905ba3f6f1b4fbb5a80b6a59d54819335bf9 3,063 1.00/1.00 vMB 27
793,894 793,894 00000000000000000004c7c10c18d8d97b5a55beebccf8189e68b337d95c2f02 2,451 1.00/1.00 vMB 11
793,893 793,893 00000000000000000002a0dc7519c3e60d83dba87ac058d282d778a8f0e6af0f 2,730 1.00/1.00 vMB 27
793,892 793,892 0000000000000000000152eb433b370a0e155b56ebd11a61069fcf2eda3c063a 3,420 1.00/1.00 vMB 17
793,891 793,891 000000000000000000046dc035754b5877402d41ec9ba775fe4c4a135350f817 2,817 1.00/1.00 vMB 27
793,890 793,890 0000000000000000000579031fda2c38aa1021996e4424c352f5effb2fcd6e10 3,184 1.00/1.00 vMB 30
793,889 793,889 00000000000000000000031ee20bc22273715b9fff5bb695a54e54e111bde56f 2,604 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.