Loading Tool

Explorer IconExplorer

Memory Pool

43,194 transactions
26.44 vMB
0.05712728 BTC
Random Selection Loading Transactions
Max Size: 139.29/200 MB

Candidate Block

Mining Attempt 3f344ac3ccf85b7a16a918d6a84466adfe6bc219735dba88439f5a3e1554d8ce
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root a4595886f2abc8d07197da004fea6522076d6b8e617aef7e61410b97af0b2286
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,868
Size: 1.00 vMB
Total Fees: 0.00869159 BTC
Feerates: 73.20 > 0.87 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (249,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,610 665,610 00000000000000000001c0c113270f70902d7616dccb0f62d3ffb2bb33067dec 2,275 1.00/1.00 vMB 143
665,609 665,609 0000000000000000000338559d51248ad038acc28002920dc25a9aef457858c8 2,768 1.00/1.00 vMB 134
665,608 665,608 00000000000000000004fafeccf4515ea36055bdfe0d90d80a20cea41329d52c 2,694 1.00/1.00 vMB 127
665,607 665,607 00000000000000000005911c97a710db3ccc0d428d74d4b533a9897db58536ef 2,906 1.00/1.00 vMB 132
665,606 665,606 00000000000000000002a3859307d4de2d4dfd0cad76536154be5cbd2164389a 2,628 1.00/1.00 vMB 134
665,605 665,605 0000000000000000000bdbdc2a97a99985cb6dc75d75647aa78a5460c221dac6 2,731 1.00/1.00 vMB 129
665,604 665,604 0000000000000000000a704b5be6c8c0ba03a6e6a0ea45bcf0200e1275d5c33d 2,334 1.00/1.00 vMB 127
665,603 665,603 0000000000000000000d5a12f28352cabcb6432cc9e1a6cb610cf67db0a0fe0d 2,237 1.00/1.00 vMB 137
665,602 665,602 00000000000000000004244ffc73688fda880939ed3828404ac76549da525d1c 1,874 1.00/1.00 vMB 142
665,601 665,601 00000000000000000007b4d01ad1b3d6f36e8df1b2325a627081afa5c11468a0 2,545 1.00/1.00 vMB 160
665,600 665,600 00000000000000000000e77878c3b1c25f29c7d3f49cf3e0d2fb1ec0ad4c8321 2,224 1.00/1.00 vMB 129
665,599 665,599 00000000000000000000629607d1767917b23059eca7c94c99dc3a93dad10f40 2,305 1.00/1.00 vMB 150
665,598 665,598 0000000000000000000a731bfdb5bf10586cbb920f1f55128bb66cb861ffc4d8 2,448 1.00/1.00 vMB 134
665,597 665,597 00000000000000000007d13f9ed986513e2204cad1d9e57a8413fada9ee240e7 2,736 1.00/1.00 vMB 151
665,596 665,596 00000000000000000009ac26771e27de3450cdf83d8cb3635f181efcde16434b 2,254 1.00/1.00 vMB 119
665,595 665,595 00000000000000000005b83767b0ecf510ea9a9e2fcf5e9ea81cbbf7ba1637eb 2,888 1.00/1.00 vMB 146
665,594 665,594 0000000000000000000a5074ce6c664cc16f4c1efccda75d2f4779d618e2008c 2,332 1.00/1.00 vMB 107
665,593 665,593 0000000000000000000a509d70a7ee44bb2db13c3e97882279b66ec0e1f11429 2,451 1.00/1.00 vMB 120
665,592 665,592 00000000000000000006a19429080d4d5540af19a9d90bcfa2f0a43e068da612 2,770 1.00/1.00 vMB 93
665,591 665,591 0000000000000000000604e442f871cfd1c5cb0110f50fcb0ac59bc53a84355e 2,536 1.00/1.00 vMB 120
665,590 665,590 000000000000000000021c7d83038b057a5402d08aecb4b645e8cbfd0e4861a0 2,524 1.00/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 782.01 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: 649.34 GB
    • Received: 13.16 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.