Loading Tool

Explorer IconExplorer

Memory Pool

8,242 transactions
3.36 vMB
0.00907019 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 19.65/200 MB

Candidate Block

Mining Attempt 28ca2b2719efdc04dc2764d6a67ace448b50663ae2c274bc78420e528507a2b6
Version 20000000
Previous Block 00000000000000000001b147e1eea34998af284185b690f42f4d08ff8920dd12
Merkle Root 5c0df5e59bb746f83049a1d54968e959b5f52541e46ed4974805135078e3f001
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,748
Size: 1.00 vMB
Total Fees: 0.00590913 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,487 (689,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
223,831 223,831 00000000000003a646050828f8b3bba6b22b55349263a1741f8a2e81db6a30cd 715 0.25 vMB 253
223,830 223,830 00000000000003b87ff47f8e534500fb02729cea899dc5fe7c6c5098da6dc24b 638 0.25 vMB 201
223,829 223,829 000000000000038ba160339e948699b93be4c7399375c23506a8264b31e19cef 321 0.25 vMB 120
223,828 223,828 0000000000000149822c6f2370af5b47070b6cf25543693a6f750a1da645d9bc 275 0.18 vMB 119
223,827 223,827 0000000000000052aeb37f1dc522442245845bb3fc983f6537dfbac1592fb512 477 0.25 vMB 159
223,826 223,826 00000000000003083820ecfa2e71ec737df45d99c9702eda6881f7749709e2df 705 0.25 vMB 233
223,825 223,825 00000000000000478a31eda9b113c4e5d97a4848357654a8d6237c078c4b37e5 242 0.15 vMB 155
223,824 223,824 0000000000000051cfb31d6e261485e68807a1bf72c5ef78a5e02b59ad6baeb8 7 0.00 vMB 86
223,823 223,823 00000000000003421a1741eb64e4651532d16def13ac042de1e27cc2db4c44d3 564 0.25 vMB 235
223,822 223,822 000000000000001e1424b7c2b63a0935ce7ac2cb9895f9803250a0e0a2feb913 1,024 0.49 vMB 96
223,821 223,821 00000000000000d6194a08fbda98440c70114293e6153bb970bbd65da9474daa 389 0.27 vMB 103
223,820 223,820 000000000000010fcf766a65020d60a691f835f8816696bc24da1799c8faa4e7 870 0.25 vMB 305
223,819 223,819 00000000000000fb4966084a69b4e81f2cc729fe06c430cc865c7260501dfd42 856 0.25 vMB 332
223,818 223,818 000000000000019dd2456480701358d1e473e0dadc98e4c2bfa0a752504a06bf 143 0.05 vMB 154
223,817 223,817 000000000000029c95d9dbb82f71e2589422cfc2c36e01808a75add7213ea2fc 815 0.45 vMB 153
223,816 223,816 0000000000000171c0e18fb4ae38c8d5f0843ca002eef48a5f778297f19e2fa2 111 0.07 vMB 90
223,815 223,815 00000000000003be92df8b463ce31888d6a2d0b3f84a72efc1f1d5dc4883220f 353 0.25 vMB 131
223,814 223,814 00000000000002a89946eaf7770018f44b8ff3fb918790ffc79b209fdf2a686c 315 0.25 vMB 101
223,813 223,813 00000000000002f85110374f52188d74387c759de6de719c99952515cb029109 495 0.25 vMB 209
223,812 223,812 00000000000003cc49ed6c0647c3973384020cff0d2dee332776682c0933aeb2 4 0.00 vMB 90
223,811 223,811 0000000000000129088286d81321b0916a798ea70ca827adbcc79c85c40ceba2 605 0.25 vMB 214
Previous 10 blocks ↓
Total Size: 779.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 353.03 GB
    • Received: 1.71 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.