Loading Tool

Explorer IconExplorer

Memory Pool

78,385 transactions
29.38 vMB
0.06605701 BTC
Random Selection Loading Transactions
Max Size: 176.59/200 MB

Candidate Block

Mining Attempt fa6948deef40fe11fe6a810d14b553f5ca2a8234a0a13910af6f5e4bcf0e0490
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root af51af4531ed5709d5a0cfc8ddc41a509f05edc939c78b5f696b213b94d580f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,293
Size: 1.00 vMB
Total Fees: 0.00648092 BTC
Feerates: 50.25 > 0.65 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (329,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,519 585,519 0000000000000000001b9cd95fdeee69a38691ece7e20354ed7527b2f041d392 1,442 1.00/1.00 vMB 54
585,518 585,518 00000000000000000006e805b538acfdc05a25d2432b33c600e427710c776ba0 3,300 1.00/1.00 vMB 63
585,517 585,517 0000000000000000001b9c9bec5bdfe016e25923021164924c20947d46180bbd 2,303 1.00/1.00 vMB 64
585,516 585,516 000000000000000000080ab21ca497d0c0174d2583cd57a6fe733531f6aca13a 2,302 1.00/1.00 vMB 92
585,515 585,515 00000000000000000002a13328e4b73cece31a3b3a523b26f260f51a08eb1976 2,587 1.00/1.00 vMB 32
585,514 585,514 000000000000000000041b65d8deb910f5dac772aa3349ca1e3fc2f613d20f9c 3,033 1.00/1.00 vMB 48
585,513 585,513 0000000000000000001a87041808d3182f9af59428c5ac48a22fe0bd32c89379 2,643 1.00/1.00 vMB 62
585,512 585,512 0000000000000000000ffc617c47d5c1c14d8cddc193e2240759bb2bcec63689 3,377 1.00/1.00 vMB 74
585,511 585,511 0000000000000000001093d0e790587fcf724ef520d493a4c7ac18f77675e622 2,759 1.00/1.00 vMB 55
585,510 585,510 00000000000000000007128e3ca82a67fe2005319d2354328dc691d38caf8e49 2,672 1.00/1.00 vMB 72
585,509 585,509 00000000000000000002a85ecad704c9e7075c8fc27e3ea0e317e2e57011ce29 2,921 1.00/1.00 vMB 72
585,508 585,508 0000000000000000000edbe24c63597b894108b04f5fabfbe975262087c56187 2,755 1.00/1.00 vMB 42
585,507 585,507 0000000000000000000a38e9507731dfa2fd39b5b2fe274fd737b9c12cdf2273 2,950 1.00/1.00 vMB 52
585,506 585,506 0000000000000000000ce6b09c114c99d45ee2b17bb9f36fd885f33dd19e5088 3,242 1.00/1.00 vMB 83
585,505 585,505 0000000000000000001e34fbc2ad4a05c740baeef4514b7a9a2ba2914effcc1c 3,277 1.00/1.00 vMB 74
585,504 585,504 0000000000000000000f952455f8205585d089693e07fcba543b16f4f3f916cd 1,834 0.51/1.00 vMB 36
585,503 585,503 0000000000000000001a3ba28b37b9a100cb67c45985dcb351d8519fd1668af9 2,328 0.89/1.00 vMB 15
585,502 585,502 00000000000000000019097a013bcbe0b48e9a7c3e046025b1295cf444ef16b4 3,097 1.00/1.00 vMB 43
585,501 585,501 00000000000000000000362648b3693bc1fc82e22fb5913f44868fbd2e5cea52 2,606 1.00/1.00 vMB 21
585,500 585,500 0000000000000000000c3740895b089937f34680e5cc04d394a08d9f390dff30 2,578 1.00/1.00 vMB 71
585,499 585,499 00000000000000000001bcf2c0b1eeb0aa808a3c34176e22e70ec4b2b64265aa 2,439 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.