Loading Tool

Explorer IconExplorer

Memory Pool

77,889 transactions
34.12 vMB
0.14079507 BTC
Random Selection Loading Transactions
Max Size: 190.55/200 MB

Candidate Block

Mining Attempt 0a3e21eb63520e9118a8d1f22f648e52d9c09446c44996bf5e8eace627b97dd9
Version 20000000
Previous Block 00000000000000000001c3b45a252bf26d63304081f6ed643c9077982691539f
Merkle Root 00d7c0e1e07f7618b514aa99e016a84674aff44bc747673be0a5d079659ddbf2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,502
Size: 1.00 vMB
Total Fees: 0.02238037 BTC
Feerates: 99.73 > 2.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,413 (551,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
363,527 363,527 00000000000000000f54160da3757630a82ee74106b7626fde5cd106c8c16111 1,900 0.75/1.00 vMB 39
363,526 363,526 00000000000000000dc992d04bde58165ff845d6ceedf318f3255d8712a70778 2,406 0.95/1.00 vMB 75
363,525 363,525 00000000000000000eef8d225c006e7c561913ad72467ba9dbd66970e6420c85 193 0.05/1.00 vMB 64
363,524 363,524 000000000000000008451269649bdc0e4d0421335c55a3c44858c94a90e04ed0 1,239 0.87/1.00 vMB 25
363,523 363,523 000000000000000011567fb0331cea396debf2b2001d8f3b22f237e0a75d271d 2 0.00/1.00 vMB 0
363,522 363,522 000000000000000004f0bc70b504d197fd2a240c11a755f4b11d48c136cd199c 2,239 0.75/1.00 vMB 55
363,521 363,521 000000000000000002364ed218e1085718ba7b8488a01b566bca27ddda8a7210 1,331 0.64/1.00 vMB 34
363,520 363,520 00000000000000000ecb0ebf8c243207eb9c0d70ecb0dddf11f517ba81358aa6 161 0.09/1.00 vMB 17
363,519 363,519 000000000000000014c10f0b580cb8e3c2dd8306b9a97f56c69a08341c4991e0 1,684 0.99/1.00 vMB 39
363,518 363,518 000000000000000011d1042e66037cd08746cde144aed576e05d22091a7c4809 1 0.00/1.00 vMB 0
363,517 363,517 00000000000000000ec16e0ca2e9a11c0dab3a12509fbd110421f27b5c659f4e 1,376 0.95/1.00 vMB 21
363,516 363,516 00000000000000000b21a18f8cd32dbb47c8bc2e7d084c6ebb3a8acee9336a18 1,747 0.93/1.00 vMB 38
363,515 363,515 00000000000000000c1b3b2b0d0e92db5fdb75001a2cc0e992e1b4d817756659 814 0.93/1.00 vMB 18
363,514 363,514 00000000000000000512e5cbaec4a08351f677b22bbabd8e8f40a4e5af32f641 427 0.12/1.00 vMB 67
363,513 363,513 0000000000000000086f71d19c6d14d9dcdb5c9cb0e4eaea99180217137d2112 1,886 0.75/1.00 vMB 49
363,512 363,512 00000000000000000907cf15360c2effbb8bfebe5bbffe209c91b5beb04ab2cc 1,295 0.75/1.00 vMB 31
363,511 363,511 00000000000000000c061ae53636c36f8924f3f0eb8103815cabbdd8b203ac1a 1,190 0.93/1.00 vMB 20
363,510 363,510 00000000000000000da5d25e9108858e78f5e1d4bb5b1fd34cac13ed9b31ae35 1 0.00/1.00 vMB 0
363,509 363,509 00000000000000000fdbee1e4e95eab09828e9fc398847783f267f456a64028e 1,410 0.99/1.00 vMB 16
363,508 363,508 000000000000000013c67135b6cb4b7815637c55d65731c6151c1573c48e1f34 3,030 0.95/1.00 vMB 63
363,507 363,507 00000000000000000964b40958968a839ffa029e5e0d595f54221342171d60fd 1,036 0.27/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 783.10 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: 731.80 GB
    • Received: 18.52 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.