Loading Tool

Explorer IconExplorer

Memory Pool

87,317 transactions
32.40 vMB
0.14801271 BTC
Random Selection Loading Transactions
Max Size: 196.07/200 MB

Candidate Block

Mining Attempt 08f0b95801a7579991dde0cea2311239c20aa7bdc01d9a03eb12f14b078c5cc5
Version 20000000
Previous Block 00000000000000000001dd93da9c3eaf3a1586c8f21ab1c3c495e3509d02eb95
Merkle Root 3105d613e562c666766fca34528cf3ea57e8faa2713afe3f31d6f507aac470e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,428
Size: 1.00 vMB
Total Fees: 0.04778346 BTC
Feerates: 522.41 > 4.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,954 (101,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
813,906 813,906 000000000000000000016ae32e96e030e7f5d68297feb7db10e75102255ad6c7 4,295 1.00/1.00 vMB 9
813,905 813,905 00000000000000000003f57184ad00a52ee99cc4178621186c1caad37682ab6a 2,463 1.00/1.00 vMB 9
813,904 813,904 000000000000000000033b1be955d98e7b0b777423467556aa9a6c097f593a52 5,737 1.00/1.00 vMB 7
813,903 813,903 00000000000000000000b83b35cea0e51589dcf16cffd6638f79ec0da864bafc 3,925 1.00/1.00 vMB 5
813,902 813,902 0000000000000000000177c27ec7c01ae5cfcc8d573c056ae6caa284de51f866 1,433 1.00/1.00 vMB 3
813,901 813,901 000000000000000000020a0e374a2881de53c138c3f7cc97031f00a4c5f1c752 3,814 1.00/1.00 vMB 13
813,900 813,900 0000000000000000000368a355e4ace86179ad5be6a1cdbd124b28f3ca0683f1 4,523 1.00/1.00 vMB 12
813,899 813,899 000000000000000000045a14d2ee61bccbf76012b398b2e0430f5e7ffe4f4061 6,031 1.00/1.00 vMB 5
813,898 813,898 000000000000000000014b19c317f9e003d2f51297731b79f10c5e5816b34828 3,840 1.00/1.00 vMB 13
813,897 813,897 000000000000000000004b5128e081e5cde462a4a28b12a20046e60e863f26da 4,019 1.00/1.00 vMB 37
813,896 813,896 000000000000000000020eed11043cd690136b77474f31421f168d91b166ef24 4,392 1.00/1.00 vMB 11
813,895 813,895 00000000000000000000f1809479c7c4f2be6d76424f638bda21deb1b9ef3932 3,705 1.00/1.00 vMB 13
813,894 813,894 00000000000000000004287accbf87fdeeaacc6acf08feb5dd412f43791e9d2d 4,100 1.00/1.00 vMB 10
813,893 813,893 0000000000000000000023fcb6489f5911d3c401872087eca1234c9f926fab5e 4,124 1.00/1.00 vMB 8
813,892 813,892 000000000000000000038fe5a4ea711ebaa0f18f98a51c9e6a33669b4f6eb7d2 3,753 1.00/1.00 vMB 28
813,891 813,891 000000000000000000015fe08dff9ad9a0e995e8596ef5b9f509997bbd656c90 3,485 1.00/1.00 vMB 12
813,890 813,890 000000000000000000010c2f94790f572dffbb4dccff94cfc4f2102686e9ee2f 3,136 1.00/1.00 vMB 19
813,889 813,889 00000000000000000004374315b931010607f0b758055f7965d015999884df7e 2,945 1.00/1.00 vMB 26
813,888 813,888 000000000000000000001df9228b29f586b3e06f27870a59e5593049567bb03c 2,618 1.00/1.00 vMB 27
813,887 813,887 00000000000000000000ac9dfedc38f1869224001dcded378d96f9981691f6c3 3,642 1.00/1.00 vMB 42
813,886 813,886 0000000000000000000475238c77102ff809824e4b21eb2a11f435b5eeac264e 3,138 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.31 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: 660.20 GB
    • Received: 14.63 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.