Loading Tool

Explorer IconExplorer

Memory Pool

78,537 transactions
29.24 vMB
0.13158108 BTC
Random Selection Loading Transactions
Max Size: 176.64/200 MB

Candidate Block

Mining Attempt 57761615e1a97fd7fdc38f6109639234ecf3e2f354ad8db24fed1b26355b27cb
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root ed3be124887506b8a829124d8887df6326fd52ae8b961f8ee6d604dfd83b63d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,166
Size: 1.00 vMB
Total Fees: 0.07020223 BTC
Feerates: 108.69 > 7.04 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (369,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,072 546,072 000000000000000000195deebe9c4b2c96a82cb8e74acc4a418d888aeba5a02a 3,341 1.00/1.00 vMB 14
546,071 546,071 0000000000000000001b98c07fca289e1ca3358aeabdcca9b7f7ba704d83a3d4 2,019 0.61/1.00 vMB 20
546,070 546,070 0000000000000000001647720776e5be853982c8d020301358fcaafbf2776944 709 0.28/1.00 vMB 13
546,069 546,069 00000000000000000010526d64cd3eba922edd45459e626f4c7a3b3147a908be 2,116 0.91/1.00 vMB 7
546,068 546,068 0000000000000000000f2048892f2f4760abae4d39162cfd68589fe18d892372 2,793 0.99/1.00 vMB 22
546,067 546,067 0000000000000000000e6cc34054bb3f99563f5fc1dae09dc24528294e9ef961 1,172 0.78/1.00 vMB 5
546,066 546,066 0000000000000000000a9773b985f89f764fcea082003d490c5f1436aa4f8e15 3,165 1.00/1.00 vMB 5
546,065 546,065 0000000000000000001d84d47dc6d7ee684383f2040968772283f4a8c246a8c3 1,937 1.00/1.00 vMB 26
546,064 546,064 0000000000000000000087e6d9c7809d67a535e706ed650031d27a3948fd59bb 2,468 1.00/1.00 vMB 12
546,063 546,063 00000000000000000004645cddffba0ab7940c803257bb9293536a3d76b6b8d9 3,061 1.00/1.00 vMB 32
546,062 546,062 0000000000000000002254babdc72330cbcb15fe8c47f1f03acb32b9f2a9e5c4 420 0.21/1.00 vMB 26
546,061 546,061 0000000000000000001b83839d9ae8184719c27bfd58163554c258fa2e401c66 621 0.25/1.00 vMB 10
546,060 546,060 0000000000000000000dda67c310f67d1a5dccc6defc19ca9c8f91bcfa278f57 1,095 1.00/1.00 vMB 5
546,059 546,059 0000000000000000001a16df4667aa97a0cc372512e062e11e57a462d6bbaae3 992 1.00/1.00 vMB 9
546,058 546,058 00000000000000000024959f725c16bce44488c7bb5f2725c47608ba52719fa9 1,621 1.00/1.00 vMB 11
546,057 546,057 0000000000000000000486052b16f0a9ba5ca91d6498febe5c812c7a13ff43de 532 1.00/1.00 vMB 2
546,056 546,056 00000000000000000016114095d5b9f0cecd617c094440519a1c34b663e189e0 1,932 1.00/1.00 vMB 2
546,055 546,055 0000000000000000001e87eb71d363f1e3c35b8ecb7dba29b3db9af1f6431e98 1 0.00/1.00 vMB 0
546,054 546,054 00000000000000000008b8da3d49ce14892cca6cf05d2e555e840b37105dbeaf 2,654 1.00/1.00 vMB 20
546,053 546,053 0000000000000000001ace1e1147467d7382e25b83c0d039e6fbad8c6e1b3e2a 1,493 1.00/1.00 vMB 4
546,052 546,052 000000000000000000178433ae91d4a7c397fbc0f8cb2b433f8054862a70af3c 2,184 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.59 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: 671.54 GB
    • Received: 15.95 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.