Loading Tool

Explorer IconExplorer

Memory Pool

44,259 transactions
27.38 vMB
0.08201499 BTC
Random Selection Loading Transactions
Max Size: 142.95/200 MB

Candidate Block

Mining Attempt b34a1cc43ccda6ee03ecdda31754baa5c983c357c2bea5e4d9687e15dfdd3678
Version 20000000
Previous Block 00000000000000000001aae22bf03485fc959de8eb2dba05795b3aa6b906bcaa
Merkle Root adad2dd45aa979321b6c0e5552bf11cc322bd4cace391217def28ce98014ab58
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,325
Size: 1.00 vMB
Total Fees: 0.02810455 BTC
Feerates: 100.45 > 2.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,884 (236,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,708 678,708 0000000000000000000238b35e17edb7519856f42882d9114ace2be9950db7cf 872 1.00/1.00 vMB 29
678,707 678,707 000000000000000000008e18aac8f9ef999a7f96d6f65fee1783f3cffd1a9bae 619 1.00/1.00 vMB 8
678,706 678,706 00000000000000000006b8d7414bc0d226be91e1bbad2665cee25098dd018e8b 1,648 1.00/1.00 vMB 51
678,705 678,705 00000000000000000008b93fac8f4b279d6b8825df6f14d19a531e4f6686eca9 1,325 1.00/1.00 vMB 86
678,704 678,704 00000000000000000002469f71ea2d2590b266cfd11f5a40fb3d523057c4dc27 1,135 1.00/1.00 vMB 40
678,703 678,703 00000000000000000005639465179ffebd985bea9b054fe9ca71d15c777bfaa3 1,263 1.00/1.00 vMB 10
678,702 678,702 000000000000000000027c131a62682f98d2a837c46a3df39af32fc1129ed7d3 2,071 1.00/1.00 vMB 72
678,701 678,701 0000000000000000000453eaa6612f82d4dad33c825e21a8b060b916571e65c9 2,275 1.00/1.00 vMB 43
678,700 678,700 00000000000000000008c63d283eef5937803e7a36a4b7502d6375737e687e5e 1,574 1.00/1.00 vMB 45
678,699 678,699 00000000000000000008f45616172593dc5129bd6588f48d1b0848f11d94a7df 1,302 1.00/1.00 vMB 37
678,698 678,698 00000000000000000000a4930ea3702eaadda57f1584df380b5dac1e66967b6e 1,501 1.00/1.00 vMB 77
678,697 678,697 00000000000000000005c3be222dc19b7f835426f81f9cb45163caaa8f6130c7 851 1.00/1.00 vMB 82
678,696 678,696 00000000000000000001712c604a95e643bbc1d8af7ad567ef8e26757926341a 2,201 1.00/1.00 vMB 100
678,695 678,695 000000000000000000045d90961f72bbcb84345f23ed1f4b9582c07f96b2fdc6 1,427 1.00/1.00 vMB 41
678,694 678,694 00000000000000000003d76c574a0502c5b5bc6346ee092c131760c8ee49f66e 1,184 1.00/1.00 vMB 21
678,693 678,693 0000000000000000000922ecfb91b0ed1c4ba5a232d6dee91faaa6493aa7d325 1,955 1.00/1.00 vMB 44
678,692 678,692 0000000000000000000c152000549bf123f83af6d75dbda0af66f17f96c8c8ce 1,315 1.00/1.00 vMB 33
678,691 678,691 000000000000000000074f176b9712353fc1afd416e2c48c745621df70929686 1,416 1.00/1.00 vMB 41
678,690 678,690 00000000000000000009ddb70e95174c7a96e4ce62b6934e8b95dc4224f50b93 2,337 1.00/1.00 vMB 31
678,689 678,689 000000000000000000097a21e001a43f5ab7e6c1dceb911575ef8e0eefc75b99 1,268 1.00/1.00 vMB 33
678,688 678,688 00000000000000000009cbc6ef68d7de414b88596e453795e04c1ed6b0df32b4 2,167 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.18 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: 653.65 GB
    • Received: 13.98 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.