Loading Tool

Explorer IconExplorer

Memory Pool

75,080 transactions
30.82 vMB
0.09887098 BTC
Random Selection Loading Transactions
Max Size: 174.83/200 MB

Candidate Block

Mining Attempt 3952706ab60193c4c65c87349dbb8472d5b7563aba68991a11a6e53cd17ebd4e
Version 20000000
Previous Block 00000000000000000000a601a2340ae7e1196ed3959706144102123b07de23f6
Merkle Root 2f47805019f03511740e9baf158b88b84d6fc3bd14a45c7a052777e6623b694f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,619
Size: 1.00 vMB
Total Fees: 0.02024676 BTC
Feerates: 100.00 > 2.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,054 (339,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,636 575,636 00000000000000000017d37a59b3956ad87b52779efa06f8c60097e5f0557173 2,326 1.00/1.00 vMB 90
575,635 575,635 0000000000000000000f8c9d14dc6e6d85c23436900a9c330f06a762f54c383c 1,501 1.00/1.00 vMB 4
575,634 575,634 000000000000000000006cbd56ef03f0976cca1ba40469025ebe59a6f55d5795 2,715 1.00/1.00 vMB 46
575,633 575,633 00000000000000000022ff9f74f5d5a1bf57388b62c4fb3518358e9f0d53f05e 2,707 1.00/1.00 vMB 114
575,632 575,632 0000000000000000001c8863884148b3fb86fb2a1b51046e43edc116b06bd8f3 1,771 1.00/1.00 vMB 12
575,631 575,631 0000000000000000001ec7b32b74d873d91aa68e169b611fb81cf989da2735e9 1,580 1.00/1.00 vMB 23
575,630 575,630 0000000000000000002460b49f1c32f15d424258f12bb41fae9909af7ad1a43b 1,594 1.00/1.00 vMB 20
575,629 575,629 000000000000000000080d0ffce5fb78c71a99936c37e633c2e60ad7a3b1170a 3,103 1.00/1.00 vMB 82
575,628 575,628 00000000000000000000d10765b2e81b1b3b164a1309764743824af9608a8e14 2,800 1.00/1.00 vMB 109
575,627 575,627 0000000000000000001fd65d40aef0ddba7ba6b6a46238194a06ad690f6d925f 2,004 1.00/1.00 vMB 13
575,626 575,626 000000000000000000139b61b254493126c0efe2d1437bfe856d913b6259def4 1,728 1.00/1.00 vMB 33
575,625 575,625 0000000000000000000bf7125906a862edb2da7a3b4ba3072cab7543bc00a1aa 1,795 1.00/1.00 vMB 21
575,624 575,624 00000000000000000019b5d84775417c24ea551a087bf3f4cc2a32f458cd2178 2,516 1.00/1.00 vMB 85
575,623 575,623 00000000000000000025c88267119c3de80a51ce70ee438463e951331240329f 2,351 1.00/1.00 vMB 120
575,622 575,622 00000000000000000028d2a374abf0dccc4c53c19f0716ec42f544c2ad2989af 2,749 1.00/1.00 vMB 107
575,621 575,621 00000000000000000005686e6393a08c261371d5a7efa59babc8250d1664a76f 1,582 1.00/1.00 vMB 115
575,620 575,620 000000000000000000103ace874de3e5801c94d310310bd3b2231553d350704e 3,013 1.00/1.00 vMB 130
575,619 575,619 00000000000000000029f9d9beef48339b710892ed2499742dbc067693edbeb8 416 1.00/1.00 vMB 10
575,618 575,618 000000000000000000190e10a3ec9be4a8551386e57836a2be6e62e157f041b2 1,615 1.00/1.00 vMB 14
575,617 575,617 00000000000000000010d0f3b69ef4c2d6f7400e55028f4c741ed433372664d7 2,076 1.00/1.00 vMB 71
575,616 575,616 00000000000000000023dd0d28dcd86ccea5be372adcda9361cd0f3260d5d8ad 1,877 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.49 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: 668.24 GB
    • Received: 15.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.