Loading Tool

Explorer IconExplorer

Memory Pool

45,817 transactions
28.73 vMB
0.13811272 BTC
Random Selection Loading Transactions
Max Size: 152.01/200 MB

Candidate Block

Mining Attempt 9eb51e4b7eed5f5682c0cd39f9d71daf7d597b8c18a8bd49142ff3c4c61a37b0
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 8b298dfae5d630fec4bd5f6f2541696489d1e63483c1ff6d4b27c0d0e8b9dd28
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,563
Size: 1.00 vMB
Total Fees: 0.07785881 BTC
Feerates: 15,654.48 > 7.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (809,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,313 105,313 00000000000238f7ba5b504c1a7214143cf1340a18c3ca68cefef88214a4166e 12 0.00/1.00 vMB 0
105,312 105,312 00000000000089c71cc77313624bd76fd068e20106a32c056a1cf08d03175ddb 24 0.01/1.00 vMB 163
105,311 105,311 000000000001092ca8cc6ea9d06cedd80dc26969a296ce5c400499e48abc5c5a 12 0.00/1.00 vMB 0
105,310 105,310 000000000002dff8769f7a63d8174093c5ca8ec52379656ec4e25687c8933c98 12 0.00/1.00 vMB 0
105,309 105,309 000000000000cca724c0124d3bd308b002f7b04c84d58a7badd2a8d510becae3 12 0.00/1.00 vMB 0
105,308 105,308 0000000000028d27bfe05fe961bb8ea6c8e3ab5fe644defc480eccc8a3a7832c 2 0.01/1.00 vMB 0
105,307 105,307 000000000000632a962e1d161d99e577c8ee81b3dce50d3c8ef363c758ac7801 12 0.00/1.00 vMB 0
105,306 105,306 00000000000091898e6c6ec9954f33b1567494a896030ab9c6d11a567ab550bc 12 0.00/1.00 vMB 0
105,305 105,305 0000000000006cc13b40c0c48fac34b07eab888ceba4da7afcafd6eeda97781e 12 0.00/1.00 vMB 0
105,304 105,304 0000000000000945b045812cafbc0b2dfb56881211403f932777f13eb5613b6e 12 0.00/1.00 vMB 0
105,303 105,303 000000000000343bb072cc7edbdd60724028dfbb1213cba11169c2c6b474b4a5 12 0.00/1.00 vMB 0
105,302 105,302 00000000000037718f4ba1c990d61224ec0acd51027a2ad5056b1f173c34b9e8 12 0.00/1.00 vMB 0
105,301 105,301 00000000000219f7100d60d007deb58512d12e36528917a2cffb9ddd07dec38a 175 0.05/1.00 vMB 0
105,300 105,300 0000000000025eb91ef04637e2b3c9e76e3327161f15a94bbe8d019745bd57db 12 0.00/1.00 vMB 0
105,299 105,299 000000000001ae49b43899a1c5e14509b53b562fdc3effedcf8d02f4fa4f6d4f 12 0.00/1.00 vMB 0
105,298 105,298 000000000001200494f1b707b156526c59567ea5f67fd5677bc89c4a2c4deb7a 5 0.00/1.00 vMB 0
105,297 105,297 000000000000e097f028038873541b4afb0dfc87133212f12c37a8142a70e39c 13 0.00/1.00 vMB 0
105,296 105,296 00000000000010bc5dd0177add07608edda72018a65f06f680f4017a4558f859 8 0.00/1.00 vMB 0
105,295 105,295 000000000002f4be114d24b0fc5a7e8718574b25373f9d1c5ae2920e3b7a7a2c 29 0.01/1.00 vMB 0
105,294 105,294 0000000000026d4cda951a509950312de99aeaf56f58625d25b2489b3973fbe9 10 0.00/1.00 vMB 353
105,293 105,293 00000000000129167e131b1c45daf9335619dfebd308db45183f3a9883931143 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.04 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 650.74 GB
    • Received: 13.32 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.