Loading Tool

Explorer IconExplorer

Memory Pool

24,770 transactions
11.86 vMB
0.07012905 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.37/200 MB

Candidate Block

Mining Attempt d2965b199e28fccf21bfba88712027b5cec3e6eab8f3b1932a38b7d7c86596bb
Version 20000000
Previous Block 0000000000000000000061303aecdf2cbbea70a3d58ae0a454550813cc9b3f87
Merkle Root 9fbdd01e9894f0c854222c9b0d603db00237a9f9f90652bbff3664244c1e8f98
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,869
Size: 0.997873 1.00 vMB
Total Fees: 0.05041716 BTC
Feerates: 502.67 > 5.05 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,698 (770,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
143,059 143,059 0000000000000330be9e94abc9d6a7233634fb6219bc655812d5f6c4f86f5c0d 122 0.05/1.00 vMB 83
143,058 143,058 00000000000008b055b48680655edb6ab7d69ba407a5af6c9d417230f62a503c 106 0.05/1.00 vMB 219
143,057 143,057 000000000000093a85c2b9b97183537f464aaf64a6f72f50a7405051674ac2ec 73 0.03/1.00 vMB 182
143,056 143,056 0000000000000735d1fa333778ffdb9bc8acdafd936cc3ae5e7cec667ce22741 137 0.04/1.00 vMB 165
143,055 143,055 000000000000069d58aa59ddcb7a7c04a8f95632ff2d32c95b68f01214978328 176 0.06/1.00 vMB 970
143,054 143,054 00000000000004ab1f4f77443b77380655ba83d103ac0f0e95db1170d13285c3 66 0.03/1.00 vMB 244
143,053 143,053 000000000000053b49360b233d438d411d95c07dc9f7461ca2863d8319e2e550 122 0.05/1.00 vMB 183
143,052 143,052 00000000000003377dc3b16e2262fe1fa78af78150bdba0d47e4195228b04ad4 106 0.04/1.00 vMB 190
143,051 143,051 00000000000009334e5fe60be80d356a8c443bdc59280bbf3330e1b109fb6ead 33 0.01/1.00 vMB 172
143,050 143,050 0000000000000086eb938901f80da24249c53736c2b32e6eecba68ff7c7b1a89 118 0.04/1.00 vMB 71
143,049 143,049 000000000000014f2e43f1288079f6e4682f366a70a27edf813f54e28e388b80 5 0.01/1.00 vMB 1,140
143,048 143,048 000000000000016f27555578d031ab14c10b1276892165ad4a0f37291644ac51 25 0.01/1.00 vMB 290
143,047 143,047 000000000000039849eac06289eda4f5ec6f16cb141f7465c38e550536771afd 20 0.01/1.00 vMB 192
143,046 143,046 00000000000000fa78bc972eb447622c8b3dbd119e407d51f12469a91cf31d5b 43 0.02/1.00 vMB 264
143,045 143,045 00000000000001e131b24b953a15d39deede1581ae3bf8c4b88dafd82ecb4731 25 0.01/1.00 vMB 46
143,044 143,044 00000000000003f16c4756420bd717310f6c3020897e9290a1ed9f5f355ff732 85 0.02/1.00 vMB 21
143,043 143,043 00000000000000bf0eacdb1eb3f70deec3a9708d10f82a9e9d9a90e4470da954 44 0.01/1.00 vMB 272
143,042 143,042 0000000000000368ddc3f19885ee0de32c1ab73c030dc0fa64ca2e33018ff421 16 0.01/1.00 vMB 25
143,041 143,041 000000000000055a0b4c61fead1035272a53c09df8082108a5a0d07dd96fbb8d 62 0.02/1.00 vMB 52
143,040 143,040 00000000000003e5f7c6cb2b82d31157a8757027cb57e15dd8c02d3a58b18d87 8 0.00/1.00 vMB 233
143,039 143,039 00000000000003e4aad097cac998fb199ff9e7b0bf344db0a080945fd6c12d07 13 0.01/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 780.09 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: 492.71 GB
    • Received: 3.44 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.