Loading Tool

Explorer IconExplorer

Memory Pool

84,315 transactions
31.60 vMB
0.10328434 BTC
Random Selection Loading Transactions
Max Size: 193.59/200 MB

Candidate Block

Mining Attempt 1514503be7264e2305c4cc39bc50e707bcd38e0c0be81c09aaab3fc8a2a0932d
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root c3f8ee4537cff59397fcf5dd53f57ef8af89df90ba8296d29b1dff55bd7d4454
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,375
Size: 1.00 vMB
Total Fees: 0.02987007 BTC
Feerates: 299.70 > 2.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (550,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
364,595 364,595 000000000000000015660f99b32976658f9e3a930e958084c606c894ed74a104 1,310 1.00/1.00 vMB 32
364,594 364,594 00000000000000000286da69a7cdb5c1c978b311fd89512a83b6da536f796065 1,312 0.75/1.00 vMB 35
364,593 364,593 00000000000000000ed9016d83ddfb9e0db348123a21d6d752fda4087c2cc623 2,185 0.95/1.00 vMB 51
364,592 364,592 00000000000000000bec1ddef2a1a2693d162f3e673112be9eab3d2e4fcdc0dc 1,022 1.00/1.00 vMB 21
364,591 364,591 000000000000000011148f72c2af095ea358064250874c7c673a84cfc587565b 1,329 0.93/1.00 vMB 30
364,590 364,590 0000000000000000042672c761c2fed9f631d39c3c8392b2f3c9043d7ce8c9c6 1,192 0.92/1.00 vMB 25
364,589 364,589 000000000000000006a0e13540f2ee2410319415dd4170519c7350cd42971020 2,070 0.95/1.00 vMB 31
364,588 364,588 000000000000000014c0c4b88236b2e5676f13dc6a2a77ffe00e56fc5ff16e9f 3,998 1.00/1.00 vMB 58
364,587 364,587 000000000000000015a382acfc08bd42952fef355b66c9c9e6550353b6c167d0 663 1.00/1.00 vMB 10
364,586 364,586 00000000000000000ae896b8c2405fa7eb662f9e4a5d1039a0eb35ef7878730b 2,242 0.99/1.00 vMB 45
364,585 364,585 0000000000000000032339dd083eaf1fccdde9dbad34bb935273b82b14f87578 2,214 0.95/1.00 vMB 44
364,584 364,584 00000000000000000f8acd34c70613560460e43bc79543792f2ebdf0c9b37046 2,147 0.93/1.00 vMB 52
364,583 364,583 00000000000000000f7677f71be08e45ec04afdaf7bd654c164824bb8c0dc672 3,056 0.75/1.00 vMB 87
364,582 364,582 0000000000000000013bee13c13c8408e72e75b78800b6493a71fd56f5d975b8 1,032 1.00/1.00 vMB 39
364,581 364,581 0000000000000000137f1def9c2b659d04bbc698fcaa5cf426eb76fde82cc546 1 0.00/1.00 vMB 0
364,580 364,580 00000000000000000941805281f605d48ce8e5db6813f8d3fbfe993dad965c3e 2,460 0.93/1.00 vMB 79
364,579 364,579 000000000000000005eee4ee29a8415830d285a605665c13115f1b00819675bc 4,729 1.00/1.00 vMB 20
364,578 364,578 00000000000000000540df32658a6fe6aa89cb475fa40f223f1fdd8fe5f43cae 2,716 0.75/1.00 vMB 140
364,577 364,577 000000000000000006b05cffc180d252790ee68e569e50352f71f5fdc048b8ae 1,551 0.75/1.00 vMB 42
364,576 364,576 00000000000000000ca5400a9d607c7e6cdf95aded1681f043f0e7528ad13a5c 582 1.00/1.00 vMB 57
364,575 364,575 000000000000000009543f915c04a20c665e70abc0b4476c0092bb99283d2d60 246 1.00/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 782.78 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: 709.62 GB
    • Received: 16.94 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.