Loading Tool

Explorer IconExplorer

Memory Pool

84,753 transactions
31.64 vMB
0.10896621 BTC
Random Selection Loading Transactions
Max Size: 193.94/200 MB

Candidate Block

Mining Attempt 6f6331131121bba6da83610f0fec6c38dfd87c446c53a547a0c2b26eb28e58a9
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root bfedda9f2cf367ce1a9ba98b7e1447904b064245e6f9994eeca841cd9f8d61e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,678
Size: 1.00 vMB
Total Fees: 0.03496922 BTC
Feerates: 301.57 > 3.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (198,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
716,738 716,738 0000000000000000000626d05278bd189e03f12464484add9467449bc150a938 523 0.18/1.00 vMB 10
716,737 716,737 0000000000000000000ad8b3c73dc053144e85a13faf1990e96f51ef1bbe2829 517 0.17/1.00 vMB 11
716,736 716,736 000000000000000000074c6653efd0af8a206c79d71e46d29068dbb0f8a765c7 9 0.00/1.00 vMB 26
716,735 716,735 0000000000000000000ae360171b4ccfbfac913a947df1371ec88d2905b01c5b 1,892 0.74/1.00 vMB 11
716,734 716,734 000000000000000000031b87432db749e2df5281e81a732d83cb6fcc8c04dde3 1,795 0.95/1.00 vMB 7
716,733 716,733 000000000000000000028b0f42c549f69ffab30acf8502e81b63d7c4a87392e5 1,267 1.00/1.00 vMB 14
716,732 716,732 000000000000000000056c3f0e3dfa848b43c76ec1e779155f8bcbdbc5c1474a 80 0.03/1.00 vMB 14
716,731 716,731 0000000000000000000190ee210d1975f5b4c14e003d059f7c59b3736719cfe1 135 0.08/1.00 vMB 9
716,730 716,730 00000000000000000001d77dcbd2fe8f77a8fd0107c3b136c8677fc4686773cc 1,280 0.46/1.00 vMB 11
716,729 716,729 0000000000000000000573c208ae244a058601f8cee2043dcb75d90bedb9db3c 2,443 0.87/1.00 vMB 10
716,728 716,728 0000000000000000000203d09dbb3b874366461f45fce0a5b583596f889654f6 1,111 0.46/1.00 vMB 5
716,727 716,727 00000000000000000000da18df68cf1c46efee18dc8b4c0f9d8b64e3b42ccc43 2,455 1.00/1.00 vMB 4
716,726 716,726 00000000000000000002ba6d5f9ac74f0ca0198f3da7565eeca667dce2f4720e 2,744 1.00/1.00 vMB 13
716,725 716,725 00000000000000000004e77c9ccd8d3edbadbc7e70acebf8460e585e4de417ef 2,527 1.00/1.00 vMB 17
716,724 716,724 000000000000000000056b0c83872190d68e4da26abd5fe63876ea2d15e4f8cb 3,033 1.00/1.00 vMB 10
716,723 716,723 000000000000000000036f0aff5c19a7ce4d177fb427cbf60b37582c3d43b760 2,276 1.00/1.00 vMB 13
716,722 716,722 0000000000000000000a352bde58aac80839c18fa5ec8e535a7a298113903449 1,931 0.69/1.00 vMB 13
716,721 716,721 0000000000000000000828e4e9102055b5a3529bcc1c0ffcbb5a73ba9db85444 1,513 0.54/1.00 vMB 10
716,720 716,720 0000000000000000000122bea62b78c8f5d41ca8c87dfcdd8a59c4a8ff855625 276 0.11/1.00 vMB 13
716,719 716,719 00000000000000000004e212c9bb4abedcdf7ff9a578e56b23d5cd38066cd279 1,859 0.83/1.00 vMB 11
716,718 716,718 00000000000000000006e21b583c41d755b862caae09a43048a6bdf94380793e 904 0.35/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.78 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: 709.59 GB
    • Received: 16.92 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.