Loading Tool

Explorer IconExplorer

Memory Pool

82,742 transactions
32.03 vMB
0.08057168 BTC
Random Selection Loading Transactions
Max Size: 194.51/200 MB

Candidate Block

Mining Attempt 8dfa8756990e433d5288d26d785c5cc7ba6ae7d05f7789c4f728cb3bfafdf3cd
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root a55f4f8ceaece02bc69fc0881c116c33247d2a323d09cfc63d2d8907d623a7da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,831
Size: 1.00 vMB
Total Fees: 0.01040526 BTC
Feerates: 146.96 > 1.04 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (434,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,848 480,848 0000000000000000006d834c197ba2bc94a67e9697b90be9276b0f7a2decba4d 1,767 1.00/1.00 vMB 173
480,847 480,847 0000000000000000011ef551d29f22a73fe548144ba8876281988fc3b835d181 1,967 1.00/1.00 vMB 266
480,846 480,846 0000000000000000002fcf201c6cee031b7ef9883a757c22f1d1417dee504173 1,754 1.00/1.00 vMB 168
480,845 480,845 000000000000000000c4ab25e98e76b73ef9edfd6e0ce584f1db06ba4f8d29ae 2,439 1.00/1.00 vMB 308
480,844 480,844 00000000000000000077346214089a8073d729a5320d00e0714538f1fc1746de 2,418 1.00/1.00 vMB 207
480,843 480,843 000000000000000000d0a2a965e0237183c185ff56c29f261de331e219d0caf9 2,166 1.00/1.00 vMB 301
480,842 480,842 00000000000000000072119a527c968ce64e773bdea927bdeb29a3d56dafeed8 2,253 1.00/1.00 vMB 325
480,841 480,841 000000000000000000143872e84ac3d16336323a1465c7a72a881529e3521c3c 2,038 1.00/1.00 vMB 207
480,840 480,840 000000000000000000e79f7e81792c5b9905d86d50b93fe5c08422f103f0135c 1,138 1.00/1.00 vMB 181
480,839 480,839 000000000000000000ae18273c6d4b1a95fb41cbeab37a20a3c074970eb0da83 1,885 1.00/1.00 vMB 221
480,838 480,838 00000000000000000093a9f69c2b7cac0e4c5be5a4206628f821469fdd898318 1,966 1.00/1.00 vMB 273
480,837 480,837 000000000000000000c4b38b6969f99a7f844a8e04115fac6bd8be50d9e9f757 1,568 1.00/1.00 vMB 207
480,836 480,836 0000000000000000000010ae13f6e9373ce921924d76e18d33397620d3c08a01 2,049 1.00/1.00 vMB 225
480,835 480,835 000000000000000000a730a698e208f6b0a1a079178089f27a4565b5e1a3a726 2,565 1.00/1.00 vMB 239
480,834 480,834 0000000000000000012b7b6582a3a926d590eb90c311887113e21fd5d26d8a5e 1,954 1.00/1.00 vMB 332
480,833 480,833 000000000000000000ca745a4016d1a02b95ceb7f256cf69c1dfddeece30bb48 2,511 1.00/1.00 vMB 291
480,832 480,832 0000000000000000004a2d0fabef7596dface8d30674d49b5f1b471ac2bbb8e3 2,132 1.00/1.00 vMB 280
480,831 480,831 0000000000000000010b98f82ddf2b42d8599846b1928f49331838e5c10471f4 2,016 1.00/1.00 vMB 331
480,830 480,830 0000000000000000012d180ea602a69385a44b71b78fdeeff64c623a8a71cc69 2,338 1.00/1.00 vMB 368
480,829 480,829 000000000000000001281e1ca256744cc32715ae8955069adebac223f70bb493 2,176 1.00/1.00 vMB 332
480,828 480,828 000000000000000000e9239fea2aff1dd81361719c654324a44c8d6a398f76e4 1,975 1.00/1.00 vMB 237
Previous 10 blocks ↓
Total Size: 782.76 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: 709.01 GB
    • Received: 16.82 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.