Loading Tool

Explorer IconExplorer

Memory Pool

84,996 transactions
23.70 vMB
0.07298390 BTC
Random Selection Loading Transactions
Max Size: 157.65/200 MB

Candidate Block

Mining Attempt 107f11702fce365b5dc917d30d1311c8b331486217aecf241d50358834042268
Version 20000000
Previous Block 00000000000000000000c40d2812dd0c6aa412ffd573b3e751c192c7e4839138
Merkle Root b97daa977c4c39b12ed330cdeeb06859043048f5b4626d40d3f3e8f68e7da985
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,993
Size: 1.00 vMB
Total Fees: 0.01597820 BTC
Feerates: 178.73 > 1.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,833 (906,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,238 9,238 000000008efc878599e75f55b28f1d377887e9a342426f4d84a24ef46d10f968 1 0.00/1.00 vMB 0
9,237 9,237 0000000043bff1faa49efadb95802ce0c1c4c197efceb59c5b40d4ae05fa5c22 1 0.00/1.00 vMB 0
9,236 9,236 000000004a2f243aa49778369cd9c6d1027d9c4609b9b75f1b2fe54c3e19974d 1 0.00/1.00 vMB 0
9,235 9,235 000000004942d8437d2177b1551779d7d7b403f5c2b2fb0c6f62f2151a1df89c 1 0.00/1.00 vMB 0
9,234 9,234 0000000085fddddf6b35d22b4882da1dc1aa623c168626b73754942450b9193b 1 0.00/1.00 vMB 0
9,233 9,233 000000001d3201277b4cc4f31e23db0b5aea7b3140c939476d5cff98b0c0ed77 1 0.00/1.00 vMB 0
9,232 9,232 000000009eff3993bd5eba722577a82303ddc124ddacd4c26fdfc0e9a0c5b075 1 0.00/1.00 vMB 0
9,231 9,231 00000000363a7cce4960510203e132500997d956fe1b86af154a168d869a1022 1 0.00/1.00 vMB 0
9,230 9,230 00000000539b4dbc93a3a54577cc0745e8b691b18875b40283e1f44fe9bb833e 1 0.00/1.00 vMB 0
9,229 9,229 00000000bd25f62a827acd2c93c872ba704c20c5c0b9dc3b5033848934eae810 1 0.00/1.00 vMB 0
9,228 9,228 000000002700e2f52927b3c3d9d581ba75975610da60d36c7e7fb2140fb4003f 1 0.00/1.00 vMB 0
9,227 9,227 00000000be4c26329d295c97db1aa1739221116996295bcfd802972d596400ef 1 0.00/1.00 vMB 0
9,226 9,226 00000000ec6faad2613354c3b252afee19ed570f623870a04025653966e269ee 1 0.00/1.00 vMB 0
9,225 9,225 0000000048d94d7593faa1ced189bb2ebc83a5b4220566ab05b399b93aefee88 1 0.00/1.00 vMB 0
9,224 9,224 0000000080d012f6ffe5c8839ed6119ea94c0cf8f64c58079a38fcf5ff86e64c 1 0.00/1.00 vMB 0
9,223 9,223 000000004386a66bc18dd4d224e34506c0694a3925e517bd6d18c8db34432873 1 0.00/1.00 vMB 0
9,222 9,222 00000000a9181ba76a9b035cd65682e10bb61f5787cc56a9d59d12a6dd13823a 1 0.00/1.00 vMB 0
9,221 9,221 000000009943416b6b2f86cbe5b5dcf41e1f95a1257050a3f7f72aea9dd02fef 1 0.00/1.00 vMB 0
9,220 9,220 0000000008340b5a9ed7616e9d0db0a1fdc08775690874fb190c01bff7bc164f 1 0.00/1.00 vMB 0
9,219 9,219 000000005da33104778dcaad5053597a631924f5dcb245f21fa486f62ad48b42 1 0.00/1.00 vMB 0
9,218 9,218 00000000188c2430e645a76ab00cbaa925f993476fe8cf75088b9fdf84e63709 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.81 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: 791.68 GB
    • Received: 21.82 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.