Loading Tool

Explorer IconExplorer

Memory Pool

84,291 transactions
31.59 vMB
0.13497308 BTC
Random Selection Loading Transactions
Max Size: 189.37/200 MB

Candidate Block

Mining Attempt 460037d44bf11c81877047553c9a8ecfffb5d966f893a98fa24cedb41d92b053
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 1c1d89e57fbf9fa4a2e1c556e73b428fe4f96dc29a808ebcaf0e415fa6c8d0c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,115
Size: 1.00 vMB
Total Fees: 0.05431268 BTC
Feerates: 163.06 > 5.44 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (471,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,963 443,963 0000000000000000027d83a03fb2f822742cef81f59303c12210b1f2f60040b7 139 0.05/1.00 vMB 118
443,962 443,962 00000000000000000092f810f44a3205bacc9672f3f29a1ea67b037420c1c41b 1,966 1.00/1.00 vMB 64
443,961 443,961 000000000000000000264d9f7d657aafd11b9f68959cda99ba594a3f167014fe 2,313 1.00/1.00 vMB 76
443,960 443,960 000000000000000003575783b94eac09c017cfc98e9640f59cfa9536d6bd6368 3,025 1.00/1.00 vMB 92
443,959 443,959 0000000000000000022dd91820d65aab77b00b2b28838f14e61b04663d434237 2,649 1.00/1.00 vMB 100
443,958 443,958 0000000000000000004280087f69530f5ea6b9285634d332b6c014c22b0017bc 997 1.00/1.00 vMB 34
443,957 443,957 000000000000000000a9fe525b72834058053e83b82f041026fc85b6971f03ed 711 0.97/1.00 vMB 30
443,956 443,956 0000000000000000023ba65bdbc2c6a39efa0856de0ee66c153515b3604e1ea2 2,295 0.98/1.00 vMB 76
443,955 443,955 00000000000000000045a66d4db722cdd19abf0790c14bd8ca768341e1dccec0 708 0.71/1.00 vMB 35
443,954 443,954 000000000000000001f1968f9ad19da4303f4462a1591b1ec3e13f785ff7fefb 961 1.00/1.00 vMB 32
443,953 443,953 000000000000000002c54584c9448dec548ddd8895341ba136e12a20f94a24ad 2,170 1.00/1.00 vMB 65
443,952 443,952 000000000000000002c3cf8ab1d0a842316c9e6637f2190d87ffddd90d53c634 2,719 1.00/1.00 vMB 73
443,951 443,951 00000000000000000388967bb8f672a6f00e35bfd46164cf0a2d0ea4d7ea2098 1,596 1.00/1.00 vMB 102
443,950 443,950 0000000000000000019073b81ee9ccc480bd5baa1995c7c2248ff54cb42bd978 2,427 1.00/1.00 vMB 109
443,949 443,949 000000000000000001f7bf05b4e94fb823e029c1964f59966184f3db0dd1b245 2,205 0.95/1.00 vMB 61
443,948 443,948 000000000000000000ce29e48f1e5a6b809a898e3e2d9f63ced5732867471659 2,448 1.00/1.00 vMB 94
443,947 443,947 000000000000000002df74817d2ec0f3ebb7df4cfa7052c6905ee4260d638997 500 0.20/1.00 vMB 75
443,946 443,946 000000000000000000d2e11f146ad0fcd8aa5b3ccf8d7dd39678bd283b49d4fb 754 0.32/1.00 vMB 71
443,945 443,945 00000000000000000219b2e43cc2e7311691f63ab59ed235756f0c92c4f25ab1 675 0.26/1.00 vMB 79
443,944 443,944 000000000000000000575c166de65947ab4b18c03325df2b74fef5a2e2b3389b 958 0.37/1.00 vMB 79
443,943 443,943 0000000000000000028475c3d9473afac6390ff1eab7b1de2a36a55e7c342876 2,732 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.69 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: 697.26 GB
    • Received: 16.52 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.