Loading Tool

Explorer IconExplorer

Memory Pool

79,090 transactions
29.34 vMB
0.12397818 BTC
Random Selection Loading Transactions
Max Size: 176.67/200 MB

Candidate Block

Mining Attempt 93e9f1cde3a30463f9237f94c7b3294b5978dad9e90131e31f0c34c34f4814d2
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 258dd75e5e708a4d9e1ab2306a986b40ea6a38297a5ef4a5dea38e4de6254b8b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,283
Size: 1.00 vMB
Total Fees: 0.04487218 BTC
Feerates: 150.80 > 4.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (395,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
519,687 519,687 0000000000000000003304434e54cad7a461663479081fac1430c8469916c19a 1,322 1.00/1.00 vMB 21
519,686 519,686 000000000000000000216e1501ef238ea53a53c87f22297921d403c3f9a35a1c 2,001 1.00/1.00 vMB 12
519,685 519,685 000000000000000000308d7e6cb6cc9e31856524c385b51f7ca425365e8aec66 283 1.00/1.00 vMB 6
519,684 519,684 00000000000000000039aad187c92646bf7088471dd17455c777457ca223a8ba 2,477 1.00/1.00 vMB 34
519,683 519,683 0000000000000000002dc98677395b514c5a17f9eda6930e9f8353664122b27d 689 1.00/1.00 vMB 15
519,682 519,682 00000000000000000037b601cbce953b984360b958f8b4e044ec5155fe2745b1 564 1.00/1.00 vMB 9
519,681 519,681 0000000000000000000619be45ef2c2d2aa94f5e1828b0fd8fc05449a3a1b860 1,402 1.00/1.00 vMB 9
519,680 519,680 000000000000000000459bbcfc873e6137ed5ff37814c61725bf8cb703f4d501 1,893 1.00/1.00 vMB 5
519,679 519,679 00000000000000000024dc3c46ede47a4f33e88b9b7359405e37aae771e19573 1,754 1.00/1.00 vMB 18
519,678 519,678 000000000000000000327f8928f471a33f0f3451bbd61ff656c83932963353ca 2,531 1.00/1.00 vMB 46
519,677 519,677 000000000000000000247df7717c44dd6b628b9617dc4ee8832886c30d2b10de 2,475 1.00/1.00 vMB 39
519,676 519,676 00000000000000000004a9019a952d5e4474564663d301ad7a58eedd1e8e4458 2,768 1.00/1.00 vMB 27
519,675 519,675 0000000000000000002ac2470c70aae2c4bf1c82f2c757e9e4caeac25224a905 1,861 1.00/1.00 vMB 60
519,674 519,674 000000000000000000291fad0e26fe5d23a041b7252458cad88df72c10d1672e 3,168 1.00/1.00 vMB 7
519,673 519,673 00000000000000000015db8ab792224eb576e68fb73381b21d58e5da758ebea0 1,913 1.00/1.00 vMB 65
519,672 519,672 0000000000000000002c71a4312eb7e158fa54613e5beed4b6729145ba3efaf2 457 1.00/1.00 vMB 7
519,671 519,671 000000000000000000121b6912ee7de5e53f86a3b0abef561e18710669f0c9a5 717 1.00/1.00 vMB 15
519,670 519,670 0000000000000000001d76e26021bed62e7f86dd69cbca3f30f7f9ed41dd91c6 934 1.00/1.00 vMB 14
519,669 519,669 000000000000000000127e9a02c4bad90af60bf3aa87a0e1a6f778976153ac87 707 1.00/1.00 vMB 14
519,668 519,668 000000000000000000175cdb84bd0fc3e2f4f86a6fd1b0c9b05b51de009c8906 1,563 1.00/1.00 vMB 13
519,667 519,667 0000000000000000002d8158ec8838125bc699c7986d5cd97b366d93b2612bee 1,835 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.