Loading Tool

Explorer IconExplorer

Memory Pool

84,395 transactions
31.56 vMB
0.10529434 BTC
Random Selection Loading Transactions
Max Size: 193.42/200 MB

Candidate Block

Mining Attempt 61a43760e6ca631c0081951ba13a6dfa818ad41f3f3ad479f0db8d18f6c4dd87
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 709bb76a9acb13b10fa80c3972561d051647fec9589545ce5d5111ae5937f186
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,349
Size: 1.00 vMB
Total Fees: 0.03225239 BTC
Feerates: 301.57 > 3.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (317,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,679 597,679 0000000000000000000a244e10ddbc690ef9cabdc6e0b3be2c27808701b7a7e5 2,768 1.00/1.00 vMB 24
597,678 597,678 00000000000000000001ca7c04db64a55e9c3be8f34663bd0e6a32e8b9977c7c 3,188 1.00/1.00 vMB 52
597,677 597,677 000000000000000000060853ad6014ff30ae888f9b5e526106b0ca844bc65fe2 3,010 1.00/1.00 vMB 41
597,676 597,676 000000000000000000112e7699eab6f9f6d35eb0b54c9724432ef49dec3bb759 3,310 1.00/1.00 vMB 54
597,675 597,675 0000000000000000000730ae598d5e6653cce5f0045e4ac722c7af0cb207783f 853 1.00/1.00 vMB 51
597,674 597,674 0000000000000000000fe78ac476d4766f25cc4b5eb72cfbbe1e36c758c8d021 2,705 1.00/1.00 vMB 73
597,673 597,673 000000000000000000022f0bab916333f2421ce592db40aef43b5f1c576ac058 3,023 1.00/1.00 vMB 31
597,672 597,672 00000000000000000001bdad45f6a8bb9f5f186713930dc864fa0ea8521f3cf8 2,501 1.00/1.00 vMB 26
597,671 597,671 0000000000000000000e83a76d4e48ab836c87af121aedc9ae673080b9a1f11c 2,657 1.00/1.00 vMB 21
597,670 597,670 0000000000000000000675d0f60947cb6a6218c7718b07e7793fd701638c22c1 2,943 1.00/1.00 vMB 32
597,669 597,669 000000000000000000160b98704688c4bd167ecfcd26f2f8f0efe0fe6db08910 3,179 1.00/1.00 vMB 42
597,668 597,668 0000000000000000000608049be9ea851b62c2d3549c1be6724d15d3f8dc10ae 2,801 1.00/1.00 vMB 32
597,667 597,667 000000000000000000033c1513a30e5bcd0ca265a7a5fe28033afd45d5fc1678 2,082 0.63/1.00 vMB 3
597,666 597,666 000000000000000000074f839fbc3ed64f9476e48cb5a0a2c83a221c4c758a3d 3,133 1.00/1.00 vMB 35
597,665 597,665 0000000000000000000df89b976ee8bdc26cd09aaaafe89a85e05a90ca6c035e 2,129 0.60/1.00 vMB 22
597,664 597,664 000000000000000000081e7d20f7440a7474650c43b70e8355cf7d2ad8ec2bf5 63 0.02/1.00 vMB 28
597,663 597,663 0000000000000000000298d4fa779bfc97272242b6f5c24cf9b31e767486820a 1,615 0.43/1.00 vMB 21
597,662 597,662 0000000000000000000ac1bf76a3599ad3ab935d97c018a78caeaf6f956bb8f1 2,317 0.68/1.00 vMB 10
597,661 597,661 0000000000000000000568619c1acf5bea45441f1bd76d73345da430cc76d4e2 2,731 1.00/1.00 vMB 32
597,660 597,660 000000000000000000077f9c96bd02be9f8da34b6fb356fd487c02bb0e290570 2,808 1.00/1.00 vMB 27
597,659 597,659 0000000000000000000ab5359ce99ec69b9e8fee89c07bffc3caa13e51282820 2,348 0.60/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.78 GB

Node Details:

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