Loading Tool

Explorer IconExplorer

Memory Pool

30,003 transactions
26.17 vMB
0.07939790 BTC
Random Selection Loading Transactions
Max Size: 129.60/200 MB

Candidate Block

Mining Attempt 243b5ecc2cd48e89f37acd34d0ac5199e784d3a97fa7781b4828be11a7c3c7d9
Version 20000000
Previous Block 0000000000000000000088eb0f120f975e57ee7b05837846c83d2c87324a46fd
Merkle Root 0cd25def9e9c70702b0b19adaf631489b4ccc03636fee33310db0d56b1bce9e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,238
Size: 1.00 vMB
Total Fees: 0.03059213 BTC
Feerates: 502.67 > 3.07 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,242 (787,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,591 126,591 0000000000003248a1c780f64f80d9ad726ba5b929bce5f42d585c2909c4386c 26 0.02/1.00 vMB 478
126,590 126,590 0000000000000fe450c73bb8c50eff15551e3a0124a6c6546f06d3837920823d 2 0.00/1.00 vMB 0
126,589 126,589 00000000000012c459e42f6f124ca3454d39a5691490103a53de8fac71467039 13 0.01/1.00 vMB 217
126,588 126,588 00000000000036d168175ae0cc75846cfec6771a4feee75574864645176290de 19 0.01/1.00 vMB 1,002
126,587 126,587 0000000000003ac94e78adfa13a742677b9f68379053255c619e1ac602306455 63 0.02/1.00 vMB 354
126,586 126,586 0000000000000e5b2a4c3e09dbfcda1e945f8cd1b00ff821fcafcd187712c5a8 13 0.01/1.00 vMB 199
126,585 126,585 000000000000372603a03421ef005f20458253b8d71f415c2e554faf8bdd7b95 17 0.01/1.00 vMB 894
126,584 126,584 0000000000003d7446301df02056837cede8112b9c7db91140a20d2e3ec0e7ee 2 0.00/1.00 vMB 2,909
126,583 126,583 0000000000004341c3ec27c64a9303d90674496308d33bb91849d0fb81610490 13 0.02/1.00 vMB 978
126,582 126,582 0000000000002877d8e157db1c339ac5f268dcfc56cd58bbb380b60d6e84937c 4 0.00/1.00 vMB 0
126,581 126,581 000000000000264949e57f914ede20e0a95d2178f67b02375e24a66b2c2433db 7 0.00/1.00 vMB 2,543
126,580 126,580 0000000000000d273d2fd1f8e101906f6aee9931843b4c8fc5c823be08ddb4d6 11 0.01/1.00 vMB 308
126,579 126,579 000000000000039f4eb3f395523cbcba01f6b079c9ef3e90a013299f77dfff35 1 0.00/1.00 vMB 0
126,578 126,578 0000000000002d573b644d15f66653fce498de79e551a31a273f79b2c4888f85 7 0.01/1.00 vMB 108
126,577 126,577 00000000000024486d2a4d0a29b9cf1c107f829c0e95d811bf3448590cdb2f1f 2 0.00/1.00 vMB 4,484
126,576 126,576 0000000000003702ea5ca633d66a44243f7cfd11ac6f5d21ba3f4db722a04e9f 8 0.00/1.00 vMB 796
126,575 126,575 00000000000030f9e6d3daa780184fe3db4efa6fe9ce5c2b6017ae079cff3928 13 0.00/1.00 vMB 34
126,574 126,574 000000000000392e2c7432651398685780597338e229aa878aa800649df007b7 16 0.01/1.00 vMB 538
126,573 126,573 0000000000003044f69e4a0811a3f0ff0da7e59dc1371268be67954a3dfd0282 28 0.01/1.00 vMB 677
126,572 126,572 0000000000000f7af51eca8e80a33aa2164e59a28508298effe01c4e4d7f52b3 3 0.00/1.00 vMB 0
126,571 126,571 00000000000042e79a0a71aa7a7a3d465dcb86db850e8f3f18b63ad69f6fa096 16 0.01/1.00 vMB 1,380
Previous 10 blocks ↓
Total Size: 781.02 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: 576.39 GB
    • Received: 8.43 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.