Loading Tool

Explorer IconExplorer

Memory Pool

42,248 transactions
26.91 vMB
0.06932048 BTC
Random Selection Loading Transactions
Max Size: 140.75/200 MB

Candidate Block

Mining Attempt 45ed625c4233df0da3503338481be74cf2937ddcaa8dca8a92ab0183603ea7a2
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root e63f76d81ff10e2c7a53a8a1e25296d214c72d08ef2d85886af52f7d8aaca009
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,173
Size: 1.00 vMB
Total Fees: 0.01929116 BTC
Feerates: 130.68 > 1.93 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (494,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
420,599 420,599 0000000000000000014f727b93c8dd0b8b323a394cdf0326d688d019735aa824 2,977 1.00/1.00 vMB 69
420,598 420,598 000000000000000003d88f302d429be7073d925862b9b9daf3c9949df9350c4f 2,945 1.00/1.00 vMB 98
420,597 420,597 000000000000000000e13b12c1c0765110e1c0e03010573ef6c08d12dae89304 300 0.10/1.00 vMB 90
420,596 420,596 0000000000000000004434502bffb8d0f4d44c2cc55421087e73db77dcaeef54 1,918 1.00/1.00 vMB 39
420,595 420,595 00000000000000000071d69fe2b4487ab7c32ec07b600eea77a60594878760c4 1,281 0.75/1.00 vMB 45
420,594 420,594 000000000000000000945119656a19b6287964cf9dcd49f2d875a454b34facba 2,981 1.00/1.00 vMB 50
420,593 420,593 000000000000000003f84f48996c5413441c42cfc8b599a47c5f29983dca2d92 3,086 1.00/1.00 vMB 106
420,592 420,592 000000000000000003d1ed78d413253539313876ad0b73fb78ffb94788bb8c51 1,912 1.00/1.00 vMB 37
420,591 420,591 0000000000000000002cceb58a5f6fcd8862b1a4d496c2972e83f61d1bb7bf25 2,902 1.00/1.00 vMB 41
420,590 420,590 0000000000000000031674eec98f7967e0acb448d7335438c09fdff8dcc09421 2,435 1.00/1.00 vMB 98
420,589 420,589 000000000000000005029ce51bad5ec290df22e7c759b1480bc584dd9d140f51 2,003 1.00/1.00 vMB 53
420,588 420,588 0000000000000000004a4211e800e753fe946a8c25b84cae1d7adb1e17889462 475 1.00/1.00 vMB 13
420,587 420,587 000000000000000004892a7b286950e628140c78a0f90d42a120014f7be07f90 843 1.00/1.00 vMB 22
420,586 420,586 000000000000000001dc12d9f022932f00f3bebb6fce2d65bf90c34ef63a8c88 279 0.13/1.00 vMB 56
420,585 420,585 000000000000000004ed7d23a7da5624cfa068ef8d5037119f22fbc8e0ac63cb 1 0.00/1.00 vMB 0
420,584 420,584 000000000000000000541eff00c443d587fc8aa4d853c988d22893e6ee15b056 643 1.00/1.00 vMB 18
420,583 420,583 0000000000000000022f7dc99c2b57ae605f18c1fb79debf1c3329a5fed381cc 1,981 1.00/1.00 vMB 44
420,582 420,582 000000000000000001d18a0c6838ecfd31c50c89b3ec57f0cea788d3f7f75d97 2,133 1.00/1.00 vMB 45
420,581 420,581 000000000000000001d233958f2e6be27fb904a146f7da1f8b06ef99a0afd3a5 1,925 1.00/1.00 vMB 37
420,580 420,580 0000000000000000046d60cbe9d69a73d31440927f05f1a4c04f0ef1dc7b2fec 1,416 1.00/1.00 vMB 31
420,579 420,579 000000000000000003cc473b3eab9987df0b39bd5b940a7d3d06bbeeec5ed99a 2,751 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.22 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 654.70 GB
    • Received: 14.16 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.