Loading Tool

Explorer IconExplorer

Memory Pool

78,724 transactions
29.81 vMB
0.07486502 BTC
Random Selection Loading Transactions
Max Size: 182.18/200 MB

Candidate Block

Mining Attempt 1857159e586fd0f21840879dd5ba27a2dc5ea9f49cc50500e05ff52e14523142
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 73a7bd9f298f886e016ee04b2aa39132958242a1ac19c1ea60aef5a5f8f39101
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,257
Size: 1.00 vMB
Total Fees: 0.00889201 BTC
Feerates: 200.89 > 0.89 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (310,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,876 604,876 000000000000000000119f1b0c7487dacd4e304ac63f866b92949619ac49d6c3 2,678 1.00/1.00 vMB 32
604,875 604,875 000000000000000000155282c2f1ba9020fe911c5cf4bd1e01c1e4cde9ed3726 2,853 1.00/1.00 vMB 56
604,874 604,874 000000000000000000113f52e0d64783ee30acfca7d20519983aec06da3589eb 2,795 1.00/1.00 vMB 32
604,873 604,873 0000000000000000000167a574cf5073c4cc436de22f426d35d39788f1e780b8 2,758 1.00/1.00 vMB 41
604,872 604,872 00000000000000000002e53310314689f76c1d81d234643c8c76a4a7a121a503 2,360 1.00/1.00 vMB 43
604,871 604,871 000000000000000000068a131ab4f101b65bcc5f1acf325cbadbacd35b665e87 2,825 1.00/1.00 vMB 37
604,870 604,870 000000000000000000105cf6afa1eb2003713024cb91d213e6d69739fb500284 2,588 1.00/1.00 vMB 49
604,869 604,869 0000000000000000000c5dab6e226a64d2b3b7168c253d084fa65b5cd90a1ab0 2,583 1.00/1.00 vMB 32
604,868 604,868 0000000000000000000ebe8880c83bb7401d2095b61e8efa2ad4f2c733ad98bb 2,467 1.00/1.00 vMB 34
604,867 604,867 0000000000000000000c69430bb711f88e596aa2871f5febbaae1aacd6cbc37f 2,366 1.00/1.00 vMB 31
604,866 604,866 000000000000000000003fcf8c4e8a8a53fe4b15c41bb6ff1756df0ab0b91e50 1,692 1.00/1.00 vMB 29
604,865 604,865 0000000000000000000f3703669b450398977dff637e5ff19e5fd0a678db668f 2,812 1.00/1.00 vMB 43
604,864 604,864 00000000000000000010700a45936eb044ce13d90d02a5e89b8ebe7744badb8a 1,610 1.00/1.00 vMB 23
604,863 604,863 000000000000000000125415c305e19feacf517b772eaec070ae84d6463e0fa4 2,758 1.00/1.00 vMB 27
604,862 604,862 0000000000000000001343b2e028a44c51e9e7b8d45a7eb5f72b1d4ea1e7aaef 2,274 1.00/1.00 vMB 40
604,861 604,861 000000000000000000139e6175a4303cc40bddaac29d51bce86a2134b03e2f64 1,790 1.00/1.00 vMB 54
604,860 604,860 000000000000000000029da6bacbc3d25a49a5dae9ed87d50edf22b306f3630f 2,545 1.00/1.00 vMB 37
604,859 604,859 0000000000000000000cb049685091a04676a7a7a1742d9103075663d3c5c89a 2,176 1.00/1.00 vMB 23
604,858 604,858 0000000000000000000fc9efb12b92a47379bfcc76849bb70ae446ff605d3b97 2,506 1.00/1.00 vMB 45
604,857 604,857 00000000000000000001b5b440a8f9dbbf92792cc688e4efb0a9ee098eb92709 2,746 1.00/1.00 vMB 12
604,856 604,856 0000000000000000000aa7b10e3022024b72ceec8c1d0e4f618a01c233c77ae5 2,127 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 783.05 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: 720.58 GB
    • Received: 18.20 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.