Loading Tool

Explorer IconExplorer

Memory Pool

79,006 transactions
29.66 vMB
0.10823891 BTC
Random Selection Loading Transactions
Max Size: 178.02/200 MB

Candidate Block

Mining Attempt 5eef87c708d1e833e46ad5f987453a52e6272a56d33d4003c060c779b5c9c415
Version 20000000
Previous Block 00000000000000000001115f152a1dc031c831cba708e9cde5f1c67ecfca11d2
Merkle Root 7943c907325150953811b343aeed760f2c16c1565045a862f5df0450cdea4f6e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,769
Size: 1.00 vMB
Total Fees: 0.02579569 BTC
Feerates: 100.53 > 2.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,301 (96,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,780 818,780 00000000000000000000e59ca4ca01b8c003366092d19e1c1f61b71ab8c5caed 3,676 1.00/1.00 vMB 72
818,779 818,779 00000000000000000001d9e5f94cabd0b7c4193776c56b1acedb47e48929c014 3,678 1.00/1.00 vMB 57
818,778 818,778 00000000000000000003018c5c99032a2471da1733fdce341067f4ed732f921e 4,141 1.00/1.00 vMB 63
818,777 818,777 00000000000000000001733b22e6db92da6f53e9a2aa59c63d4d6e83d4c269eb 4,400 1.00/1.00 vMB 65
818,776 818,776 0000000000000000000004a884b325942e40b2e58a62fd32a9c3627e6f8091e1 3,568 1.00/1.00 vMB 64
818,775 818,775 00000000000000000001772321e4be68798584cb52ce74c11d7001248f5d5f73 3,561 1.00/1.00 vMB 72
818,774 818,774 000000000000000000021a494b0905290bc1bd7a1a5f1e32b52e280f34fb476c 3,727 1.00/1.00 vMB 70
818,773 818,773 00000000000000000003d4b6098a277bbf4ddfb8bba055e1c154df5aab0fff12 2,474 1.00/1.00 vMB 75
818,772 818,772 000000000000000000035ddefcec4e4fffe11388d7ca60e10abf44663b512fb7 3,554 1.00/1.00 vMB 79
818,771 818,771 00000000000000000003fc7467395c3de843901b2fa6f1f2612f7e4fc7bb71ee 2,696 1.00/1.00 vMB 88
818,770 818,770 000000000000000000024de2bda08beb4885cd772cff05a14e7a1b19c33fad69 2,115 1.00/1.00 vMB 127
818,769 818,769 000000000000000000028df86e91c561a59d5476a47461cdc5582716e0290404 2,127 1.00/1.00 vMB 46
818,768 818,768 0000000000000000000272245e6bfc01dc95f2fd463170ecccee8369c9888751 4,016 1.00/1.00 vMB 63
818,767 818,767 00000000000000000003fd7d328b3ae2e6620a95e194a7b7fc93e5c9f77335c1 5,020 1.00/1.00 vMB 62
818,766 818,766 00000000000000000001507500980c76236e0c410f79a92ef72696c813952442 3,106 1.00/1.00 vMB 53
818,765 818,765 00000000000000000003d406f9cab5919717759cd7e6500ace91375704d88ddb 3,931 1.00/1.00 vMB 70
818,764 818,764 00000000000000000000d29ed87435c686c5aca835ebff71b37c4f45fb881668 2,564 1.00/1.00 vMB 50
818,763 818,763 0000000000000000000211a9b6b6d99b3e9b11abec5cdc9bda8ee7246d4f8c98 3,190 1.00/1.00 vMB 60
818,762 818,762 0000000000000000000014a648867b9707cdaaad333f30a24a7ec0215bd1321c 3,151 1.00/1.00 vMB 62
818,761 818,761 00000000000000000000e22ff995fdd021fa40f4064a233ee530e9632aa7d97f 5,194 1.00/1.00 vMB 60
818,760 818,760 00000000000000000000849520227f7078117c9c768dcd2bbcbb3d3eccaf6ea4 4,663 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.91 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: 714.00 GB
    • Received: 17.50 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.