Loading Tool

Explorer IconExplorer

Memory Pool

40,363 transactions
27.13 vMB
0.07953292 BTC
Random Selection Loading Transactions
Max Size: 140.59/200 MB

Candidate Block

Mining Attempt 2aa24bd24d5faa0c455e43c9e547f1c42937a403d7b1aaa941d9826acc20faaa
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root df5823412666cef4b63cd75fa77147e9cf732f4039cdb995f49018ffe4c9a918
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,295
Size: 1.00 vMB
Total Fees: 0.02464143 BTC
Feerates: 201.37 > 2.47 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (249,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,967 664,967 00000000000000000003d18b5a820cd0324e823a06391cf44961ab625e008da3 2,859 1.00/1.00 vMB 113
664,966 664,966 00000000000000000008493c5d5ca5e45d3bda5dc83e7470ebce07c2a5fdbafb 2,671 1.00/1.00 vMB 68
664,965 664,965 0000000000000000000f0e343ef45b0bf3b6f728a7d2eb432745614f34f5fc46 2,430 1.00/1.00 vMB 26
664,964 664,964 0000000000000000000cd8f7e347f8baa339c9507faa813ca3715f7c28935961 2,226 1.00/1.00 vMB 35
664,963 664,963 0000000000000000000d81e86091bda7dfd656382bb47077e324d6541f80ceb4 2,699 1.00/1.00 vMB 65
664,962 664,962 0000000000000000000c99c376b7b100b2557136c45c7be541e50c8228120fc8 1,997 1.00/1.00 vMB 28
664,961 664,961 000000000000000000041e61d4e5b369ee11b0559b75c028ba135367311fdeb2 2,473 1.00/1.00 vMB 70
664,960 664,960 000000000000000000047071f3ad91bc00fff2337a06c156bc62352142bca4b7 2,588 1.00/1.00 vMB 100
664,959 664,959 0000000000000000000657844d0e111e65dfdc11880aaecb9eed2e003c59bc46 920 1.00/1.00 vMB 87
664,958 664,958 000000000000000000076493d5879a5e6493cc879917a5073eb1c74b6da7a4f4 2,637 1.00/1.00 vMB 22
664,957 664,957 0000000000000000000cfa2cb7d892a101909a67a2800596f1c2731147858079 2,614 1.00/1.00 vMB 83
664,956 664,956 000000000000000000053adfe52a987b6d125be90a22ea3b9ecdc8f11b115d3f 3,086 1.00/1.00 vMB 97
664,955 664,955 000000000000000000079c47b7295fca473e5d481eceed7cfa15d68cae0f9cd0 2,123 1.00/1.00 vMB 24
664,954 664,954 0000000000000000000a797924082fb959e9d403b1a189c0fb2c207a6628fc03 2,912 1.00/1.00 vMB 95
664,953 664,953 000000000000000000091554477cd7cdf35df1e78efe991079a4b782c949d21c 2,266 1.00/1.00 vMB 40
664,952 664,952 00000000000000000004b28f61070ea1afa1d8f5c8ad08faafe71a5c05cd13f9 2,629 1.00/1.00 vMB 18
664,951 664,951 00000000000000000009a11f5f01e559f1dff80a30008f870289c279c082d333 2,390 1.00/1.00 vMB 62
664,950 664,950 0000000000000000000748b0e5f5dfaba9e38734759d26db6d034a9b0c52a50f 2,838 1.00/1.00 vMB 48
664,949 664,949 0000000000000000000a1c09ab7b981bde638411f28d9d47add15f408a3decf3 2,354 1.00/1.00 vMB 28
664,948 664,948 000000000000000000061b1cfa3cae0f01c84f0a25eeded6fd946d43c6a9a240 2,083 1.00/1.00 vMB 17
664,947 664,947 000000000000000000002fe2701f9d3b28a6229c8b28d2016fbd2bc9f3acec1a 2,355 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 781.83 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: 636.65 GB
    • Received: 12.38 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.