Loading Tool

Explorer IconExplorer

Memory Pool

72,408 transactions
27.95 vMB
0.06479637 BTC
Random Selection Loading Transactions
Max Size: 165.69/200 MB

Candidate Block

Mining Attempt 82b43e028e2638d7b8c515acd46bfc48f754662f4d6125d8acb8ff3c809e1a6d
Version 20000000
Previous Block 00000000000000000000a6021cd756592116928201db218641aa213304cf81b0
Merkle Root 8ffd56cfd0811a7f0f5b20f44587c7c791ce512d7cdbdee9026ea7798737d3e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,188
Size: 1.00 vMB
Total Fees: 0.00906040 BTC
Feerates: 40.21 > 0.91 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,034 (325,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,303 589,303 00000000000000000010ddc0053ab938a8c2843d3f059bf3a83ade6f80d1a58e 2,869 1.00/1.00 vMB 27
589,302 589,302 0000000000000000000812bfc74e57accce6c406bf04497ca55b297e654c2e8f 2,516 1.00/1.00 vMB 61
589,301 589,301 00000000000000000017016b96de8be12fe77a036a1cfa11d8447a3733b835a4 803 0.25/1.00 vMB 16
589,300 589,300 0000000000000000000a91eaeff27de989991edaf238fe4c0f2f28cf33049193 2,985 1.00/1.00 vMB 23
589,299 589,299 0000000000000000000a8dbb36fef54e94888774fde3c62d834fbe9fcee24b96 2,694 1.00/1.00 vMB 46
589,298 589,298 000000000000000000076f9bb42f2b5f5a08da3f7fb407de8c0024895a115444 2,836 1.00/1.00 vMB 34
589,297 589,297 00000000000000000018cb42aefce16da00bf0e3e3fd45f72e8567236857d0de 2,372 1.00/1.00 vMB 34
589,296 589,296 00000000000000000003602bdd2c57fd19b094b63b81b7f8925a919e5b671f06 2,345 1.00/1.00 vMB 16
589,295 589,295 00000000000000000008f34be44567881abcff3038c3156128cce27dc676e10a 1,937 1.00/1.00 vMB 28
589,294 589,294 0000000000000000001b2ce4d1f94d49c593802268a4b157351757be371ce039 2,863 1.00/1.00 vMB 76
589,293 589,293 000000000000000000061e99617b5203e2a2cfcec3cda6437381da12dceda29a 2,518 1.00/1.00 vMB 31
589,292 589,292 000000000000000000008fdc93ab62a36cd465a2166b26b1ec3f59e7afd506e8 2,309 0.88/1.00 vMB 32
589,291 589,291 00000000000000000017996e7fb80d4ba80453e2e1765a7aba2d6af6b7449edc 2,157 1.00/1.00 vMB 35
589,290 589,290 000000000000000000004aa3fba5079e5fc1ed7a8acb848037efd112ea4ec389 1,565 0.52/1.00 vMB 30
589,289 589,289 000000000000000000005d40cf4f919d7d113a563e9f1d735c0508b02baa6c5d 2,724 1.00/1.00 vMB 30
589,288 589,288 0000000000000000000fc9cdf54be7ee1e94e1d7cb039333d150efeb4a6d6367 2,698 1.00/1.00 vMB 10
589,287 589,287 0000000000000000001bffe3f21c4f2b99c19f372855adf68d2306fbdb1e231a 3,030 1.00/1.00 vMB 58
589,286 589,286 00000000000000000002afe5c19b4d0686d669356cd9b5d6a81c2a03932358a8 2,998 1.00/1.00 vMB 54
589,285 589,285 00000000000000000001926e6842e2e70a8c70f35dd0af782dc13d12dd980c16 387 0.14/1.00 vMB 32
589,284 589,284 0000000000000000000ed5bddba9af96238e2ab52082b5ec4b820681a9967541 1,797 0.64/1.00 vMB 29
589,283 589,283 00000000000000000004270640c2ec53f90cef27b1ae2363f11edd26eb02df0a 2,480 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.45 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: 666.99 GB
    • Received: 15.24 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.