Loading Tool

Explorer IconExplorer

Memory Pool

80,753 transactions
30.16 vMB
0.12259409 BTC
Random Selection Loading Transactions
Max Size: 180.89/200 MB

Candidate Block

Mining Attempt 7a7e3aaf78d4aa7d63cc0bb9694370fd3c2c1b8f31e8ec8bb943bf53208ec878
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 3b91e6af290f8a03bed6946c03152f9d1a697504ab4b1bda1c3cd9437c9da714
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,477
Size: 1.00 vMB
Total Fees: 0.06090566 BTC
Feerates: 180.34 > 6.10 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (450,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,087 464,087 000000000000000001c569c283693060ae285304294764f71225719843cb339a 1 0.00/1.00 vMB 0
464,086 464,086 0000000000000000018ee77ee04059683f734e22a706a333afa4a940a909d912 1,475 1.00/1.00 vMB 54
464,085 464,085 000000000000000000acc2e96991aa9e73b51c3cc7bae858abc9a5f87a6f673b 2,188 1.00/1.00 vMB 130
464,084 464,084 0000000000000000012842d8aa444a544cd7508303b94444392d010e6a6e9730 2,467 1.00/1.00 vMB 170
464,083 464,083 000000000000000000fabc426b30d95080d13699cd73a097275268aaa62280c5 2,139 1.00/1.00 vMB 109
464,082 464,082 0000000000000000005fb6150bb191c2f79d87de0152da5f24ef6314f087e3a5 2,503 1.00/1.00 vMB 160
464,081 464,081 0000000000000000018c30340b6d740b8878aa20096e1b65ec68e164ba54f32d 2,732 1.00/1.00 vMB 202
464,080 464,080 0000000000000000003bcab31f909dd9171aac3d7334b6abbeba6b5e4e616210 2,756 1.00/1.00 vMB 181
464,079 464,079 00000000000000000206dc87a258bc0e91fb5c482070798884198ddc04b495a1 1,319 1.00/1.00 vMB 106
464,078 464,078 000000000000000000c3bf5b3384840eb59f6f3cf33af2f2cdb068a642d7301b 3,177 1.00/1.00 vMB 121
464,077 464,077 000000000000000001e2a68e1204ae60fe696a022968fbf3c6a7cd6779818568 2,413 1.00/1.00 vMB 167
464,076 464,076 000000000000000001f866e87c83c10979c6de26e10fbf31d3246f70b5bafe59 2,323 1.00/1.00 vMB 158
464,075 464,075 000000000000000000ef6d47c3937cf67a4a1a18988fa1dd8d33e700f1e215d8 3,188 1.00/1.00 vMB 214
464,074 464,074 000000000000000000827c836cc81693f20f7a9613383fb5330f2a91a8902327 2,516 1.00/1.00 vMB 208
464,073 464,073 0000000000000000004e3a99ca78c9a62a286ca394ae65cbd6d267c37d839c6f 2,447 1.00/1.00 vMB 158
464,072 464,072 00000000000000000173cf1b6c2b8cbb025b21cc7cc15925ca3d4509f490d50c 3,240 1.00/1.00 vMB 267
464,071 464,071 0000000000000000018844b9a840b3908aeb0bd2518463bd26d3ade5bf8623c3 1,565 0.99/1.00 vMB 127
464,070 464,070 000000000000000000b1e5e28b7a54510497f268541f5ef30a60b949b7f1f0dc 2,270 1.00/1.00 vMB 116
464,069 464,069 0000000000000000020ca9f3ba3f404d91b22a3204408b7cff3c882b4b246821 2,483 1.00/1.00 vMB 181
464,068 464,068 000000000000000000279c7a066f3b990d33eba8590a15dffc5a3159dd7354f1 2,639 1.00/1.00 vMB 205
464,067 464,067 000000000000000000f257071d789c032bdb353fcadf0828ba4a3817ac6fe24f 2,707 1.00/1.00 vMB 192
Previous 10 blocks ↓
Total Size: 782.38 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: 664.48 GB
    • Received: 14.99 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.