Loading Tool

Explorer IconExplorer

Memory Pool

74,380 transactions
28.67 vMB
0.07526458 BTC
Random Selection Loading Transactions
Max Size: 169.85/200 MB

Candidate Block

Mining Attempt 79441cc7dbeb97002b189af5e56d64dfadd405888fa08c24e779a623da793943
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 22dd9a1f739382a1e21d8b0d84447e1ae1ab3e094ab74f575271a4a2f356c529
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,044
Size: 1.00 vMB
Total Fees: 0.01767287 BTC
Feerates: 250.89 > 1.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (312,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,048 602,048 00000000000000000011c2cfc3ca81490265eaeb7072549ba9a3d7901ee493c3 2,687 1.00/1.00 vMB 28
602,047 602,047 00000000000000000012c52db427d096a59174900b93547c313f18761742f424 1,548 1.00/1.00 vMB 54
602,046 602,046 0000000000000000000f11c7dfcb97831f85a46e7b294f2844f2382a184bbaea 1,123 1.00/1.00 vMB 88
602,045 602,045 00000000000000000004b4a71242c6eefd3e2f927e890487e21d5d17a8371832 2,472 0.92/1.00 vMB 13
602,044 602,044 0000000000000000000c79621f74a9b074dac8f6d2c3157d44e598aa655f1efa 1,941 1.00/1.00 vMB 27
602,043 602,043 00000000000000000000ce67422d33585cf4599e3641120201fc67447810e2f3 1,499 0.48/1.00 vMB 19
602,042 602,042 0000000000000000000a9e5d6e69456a0d0c0a3eadae7e92250f8b4df66c2271 3,375 1.00/1.00 vMB 24
602,041 602,041 0000000000000000000a21796b744ccba43b26c6e9fdce0100214c0f88068a6a 1,094 0.40/1.00 vMB 21
602,040 602,040 0000000000000000000b1a0d84790ed985738cc7d7d63a63920ba4329e08374b 1,175 0.32/1.00 vMB 23
602,039 602,039 00000000000000000010638a56c2fa90b0091f8a9eadb03130133fea0e2ecf9b 3,021 1.00/1.00 vMB 4
602,038 602,038 00000000000000000013c4db77c17b590caa91a9e631e44d1fea6ecd2f8143c4 3,047 1.00/1.00 vMB 32
602,037 602,037 0000000000000000000e237c53871bbc4c536e0a51cc6dc17cff8cc9e1d44581 2,694 1.00/1.00 vMB 33
602,036 602,036 0000000000000000001047403ef9054f2ee2327f48b5f438d8fd11c578a398c8 2,370 1.00/1.00 vMB 18
602,035 602,035 00000000000000000011cc5336aa3a8edf67bccf445014f0053c17a96d54ffd0 1,909 1.00/1.00 vMB 40
602,034 602,034 0000000000000000000203299fcffabca22e7af650198ec66225cf25352810f3 2,111 0.77/1.00 vMB 19
602,033 602,033 00000000000000000010bb6080201a5fedaa3186745f88cca7b450409ad0e38c 80 0.02/1.00 vMB 13
602,032 602,032 00000000000000000011d1101bb7f3f81c17b184b0f70503a4737f74329707a1 1,239 0.37/1.00 vMB 19
602,031 602,031 0000000000000000000c0fa400c745baee46112669e24e99916a6001ecaac3d3 1,690 0.53/1.00 vMB 21
602,030 602,030 00000000000000000004ee197879a49c9189f74e2f5e2e3a362e7d4941fdc349 2,289 0.77/1.00 vMB 22
602,029 602,029 0000000000000000001403b8e77e8a1f80d86140d2ee68de26ad7ce194b92bf6 1,796 0.65/1.00 vMB 16
602,028 602,028 000000000000000000130228af13202792090e5add01db2931b6731293838d90 2,779 0.88/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.