Loading Tool

Explorer IconExplorer

Memory Pool

80,636 transactions
30.37 vMB
0.07923458 BTC
Random Selection Loading Transactions
Max Size: 185.48/200 MB

Candidate Block

Mining Attempt 49550792a0b43eb7aa93107cc41bc427ad7f0fcf089ee25b2a7c33ffe6f0af09
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root e214fa7ec15c3c14696e615265c64124ffde3f78e2312c83f959710bd63f77bf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,926
Size: 1.00 vMB
Total Fees: 0.01143776 BTC
Feerates: 318.30 > 1.15 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (483,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
431,687 431,687 00000000000000000459df999cef8820ff8c22f3aab6889453a8b58c6d9a297c 246 0.11/1.00 vMB 58
431,686 431,686 0000000000000000028950a5c69e6097da755397d4ae454a94f0f15925c12fa5 1,852 0.92/1.00 vMB 50
431,685 431,685 0000000000000000015559adc50aef1c25a8ebe4c94de1925d919a0d04c99451 1,758 1.00/1.00 vMB 40
431,684 431,684 000000000000000001c588758103b4e0e73b6f98858fb1a0763c7e73eada3289 2,801 1.00/1.00 vMB 82
431,683 431,683 000000000000000002bcddf516a19b2fbc9a7c3d91c52487969b07ead3122f90 907 0.44/1.00 vMB 72
431,682 431,682 000000000000000001f5dfe926b82938e17e70ffc68a8c2aec67d480bcaa6c48 536 0.40/1.00 vMB 42
431,681 431,681 000000000000000003040ac101c2e15a80d5a87b14c0f0dccfb6c5bb2ba4a13d 392 0.32/1.00 vMB 25
431,680 431,680 000000000000000000cc85593629a05867e8c6f3c193ad45a3ee612eebfb59b9 1,953 1.00/1.00 vMB 42
431,679 431,679 00000000000000000457a463554637dbcc6006753f2c1948d501cc00d1959b6d 1,876 0.75/1.00 vMB 67
431,678 431,678 0000000000000000046453022c960f9f56597eda9662afc18fa5952240541d4e 2,998 1.00/1.00 vMB 79
431,677 431,677 000000000000000001ca2c8a8aae378b88fac94d7ff0e0028f551763d8e4f741 1,696 0.99/1.00 vMB 40
431,676 431,676 00000000000000000068b4cbe7b193db8d0da3d6798fb409b37d0b76480c12ab 2,784 1.00/1.00 vMB 64
431,675 431,675 00000000000000000392381eb1be66cd8ef9e2143a0e13488875b3e1649a3dc9 2,160 1.00/1.00 vMB 50
431,674 431,674 0000000000000000022d82cc48423626ca1f790ca8da3bed4182bbe46e9a45a3 1,842 0.75/1.00 vMB 55
431,673 431,673 000000000000000000aa27dc6e8efc01ad1bae6f1336b7656d0cf4a37ad64fa3 2,672 1.00/1.00 vMB 69
431,672 431,672 000000000000000002f77627f58f4c8675d71102a574aa51913bca6e4b9e008f 2,053 1.00/1.00 vMB 45
431,671 431,671 000000000000000002554ef4ee2457b82dbe14c7268324fc3e4e073c48419f43 784 0.34/1.00 vMB 60
431,670 431,670 000000000000000002fcc73a3b6adfd2b8ca85459d228bfa34e5bda32eccf4f8 2,701 0.98/1.00 vMB 60
431,669 431,669 000000000000000000f24e65111479e254c8b47b73a51d6d01a2beb0dc0feae1 1,650 0.79/1.00 vMB 46
431,668 431,668 0000000000000000023bb161b8bf55811d1d4fdc784141d3a6b49801c8a312fb 2,712 1.00/1.00 vMB 63
431,667 431,667 0000000000000000013bdcc2d47071d5d5e8eb0820942338ae2e0be29f3a295b 646 0.28/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 783.00 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: 718.31 GB
    • Received: 17.88 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.