Loading Tool

Explorer IconExplorer

Memory Pool

84,498 transactions
35.24 vMB
0.17623567 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt a229633c34a608f89851e0b50718540ad3e2b5bde2250e7a3620840accfb9b27
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 56d3fc8610ed6b8b04713df23014df25eeb9229d165db050e851066bba52760e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,376
Size: 1.00 vMB
Total Fees: 0.04256320 BTC
Feerates: 435.08 > 4.27 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (196,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
718,883 718,883 000000000000000000085602b61359d3f5c4c29daf1980beaeac02f82407d19a 192 0.08/1.00 vMB 11
718,882 718,882 000000000000000000019899b37eead43eb7f44b75a24fa86987a37425088232 13 0.18/1.00 vMB 1
718,881 718,881 0000000000000000000823c69a1964a684373abc5a683c076e45976048d29e8e 1,904 1.00/1.00 vMB 7
718,880 718,880 00000000000000000004b0f3948d5b629c9e93feb00c5116c4f27308b871b29d 1,528 1.00/1.00 vMB 7
718,879 718,879 00000000000000000004967ed3b58c7b76fd717cc1b50af2d31cd2871e45c15c 1,937 0.58/1.00 vMB 9
718,878 718,878 000000000000000000013124f3e0bec928da06d2a1cee247642e15d97724d4c5 257 0.08/1.00 vMB 9
718,877 718,877 000000000000000000091ad8ec6bb4fc6887f04bb8b0fab400c74a44e6856890 380 0.11/1.00 vMB 10
718,876 718,876 00000000000000000004e5b5d2ec8bfded60508458fbca261c8747b10c093c03 1,799 0.62/1.00 vMB 10
718,875 718,875 0000000000000000000819a22966142b9ec6f54c7561dcb8a22606a8f1ab114f 411 0.20/1.00 vMB 8
718,874 718,874 0000000000000000000001a31078c4871462ef013fa23ff8b8e67c892e726501 479 0.14/1.00 vMB 7
718,873 718,873 00000000000000000009f079f60f227fe09af1fbcb692344de33509d029d32b2 2,232 0.72/1.00 vMB 8
718,872 718,872 00000000000000000007a5f7f857d8d0706036aad498ad2a27fd1c56ccde9445 790 0.38/1.00 vMB 6
718,871 718,871 00000000000000000009c8103862c4cf93197ff6d511456c751cdb2722e35209 531 0.30/1.00 vMB 6
718,870 718,870 00000000000000000000bee01bc9a4bb586995a9fa9fe373f79963a9ed851ff0 498 0.20/1.00 vMB 7
718,869 718,869 000000000000000000081bd4e59fcc2e39ec1551ffbbad383f69112d5d0873be 948 0.28/1.00 vMB 10
718,868 718,868 00000000000000000001a884c5831abeedb3ce1a6bc9341425bc1b04720e7031 1,731 0.59/1.00 vMB 8
718,867 718,867 0000000000000000000950e33d13528ea310991f809afd41d74d25904fc4a08e 318 0.11/1.00 vMB 9
718,866 718,866 000000000000000000062da35fd92ff3e6cc59fa7e7395e130c4d1e14de87c7d 2,170 0.87/1.00 vMB 6
718,865 718,865 0000000000000000000ad125cb842782ec160502db3f151e8445f52cb9a85706 182 0.06/1.00 vMB 8
718,864 718,864 000000000000000000030216a091322372a915ff92ccbe5c3c73b226952ce5aa 1,141 0.43/1.00 vMB 8
718,863 718,863 00000000000000000004d0e515dd92fb6a317c074494cc60522a627df06b4026 585 0.27/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.10 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: 730.45 GB
    • Received: 18.50 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.