Loading Tool

Explorer IconExplorer

Memory Pool

40,982 transactions
27.96 vMB
0.06471892 BTC
Random Selection Loading Transactions
Max Size: 143.57/200 MB

Candidate Block

Mining Attempt 60fdeec00b2c924a430db5398d9f85d20d87c54e283c0b879b63768ceae6f74c
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root d14549d5f3fbd6486a669a7c1ce38cc3bbde440034c7626e910df5bdb50d6fe0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,625
Size: 1.00 vMB
Total Fees: 0.01090124 BTC
Feerates: 100.56 > 1.09 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (469,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,060 445,060 000000000000000000e8b958661fe35dccfc638b957adbb8b374311ce900fba4 1,685 1.00/1.00 vMB 52
445,059 445,059 0000000000000000000a957c5af37fe8ec0d779f71283fa40a49221cde5f9edb 2,816 1.00/1.00 vMB 87
445,058 445,058 00000000000000000311c6f62c743f6defa412f7c23460345ca9877f0219e146 448 0.19/1.00 vMB 79
445,057 445,057 000000000000000001c83fb2f13c5c1a6c22790b0a798b78f01d6914dff0790a 2,197 1.00/1.00 vMB 64
445,056 445,056 000000000000000002aa6ba208f1cf08c02b83efc9ab297766ed0006499d004c 1,488 0.99/1.00 vMB 61
445,055 445,055 0000000000000000024fca3f39499a2d9af211cb0d761006a5218055a20b3e90 1,471 1.00/1.00 vMB 42
445,054 445,054 000000000000000003764da1a46e7c10d4756137d3321b7233fef7503e410a66 1,770 1.00/1.00 vMB 60
445,053 445,053 0000000000000000025ae069f5596c193321cc1bc9e4af7d7587b3552d7d985e 2,666 1.00/1.00 vMB 80
445,052 445,052 000000000000000000ecf616692f76adc244bf2187d53cf54bea6f38338130ee 2,639 0.99/1.00 vMB 97
445,051 445,051 0000000000000000038ad20c6a70ba4b54249a0d1ad1fe9dc2223abd99d8fb21 1,793 0.83/1.00 vMB 62
445,050 445,050 000000000000000001d941821565b8660855c4cc4c0baa145737b48677e4765d 2,479 1.00/1.00 vMB 67
445,049 445,049 0000000000000000023c40f269805a7e61527f8cd87b0767835948cfed40546d 2,299 1.00/1.00 vMB 71
445,048 445,048 000000000000000000ae2605d1dec2e7e30dc3d3ecf98ad1c2e805b990e35af4 2,536 1.00/1.00 vMB 79
445,047 445,047 0000000000000000015f05e8672eb0857a691672f81f4de9072774e8152132c3 2,621 1.00/1.00 vMB 80
445,046 445,046 00000000000000000045207cfe42c1f0f1197b5714ee09ba3b7ba7baf90daf83 1 0.00/1.00 vMB 0
445,045 445,045 000000000000000000cace52ac5137dc7feb5daa50be4fb08f609cb6de2b4e7a 2,516 1.00/1.00 vMB 75
445,044 445,044 00000000000000000263c026ec7fe57409c9540ac04440317b871fcb0b4b258f 2,763 1.00/1.00 vMB 86
445,043 445,043 0000000000000000013cceba25148c09b0ffe836370300f3e10b476d73649dfa 1,253 0.79/1.00 vMB 47
445,042 445,042 0000000000000000003fb2abfc0ca521a94c7196c4167eef419eac77306c2fbb 617 0.27/1.00 vMB 69
445,041 445,041 0000000000000000025e773f2088a45c5e2175b4280f751f15d166f623a8db74 630 0.26/1.00 vMB 74
445,040 445,040 00000000000000000334633bdc460c07fea39b6c0673a31117c233a2f2e0cee3 556 0.22/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 781.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 631.73 GB
    • Received: 12.08 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.