Loading Tool

Explorer IconExplorer

Memory Pool

43,729 transactions
29.33 vMB
0.08113732 BTC
Random Selection Loading Transactions
Max Size: 151.15/200 MB

Candidate Block

Mining Attempt ac06cdc227e0abd8cf163e3c8dc6afed8c18078139f66bf0359915425f53ada2
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root a69e5372ec96ba226c30ba5f32624511891c1a13c480e40300f6c22101e31083
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,570
Size: 1.00 vMB
Total Fees: 0.02343749 BTC
Feerates: 150.75 > 2.35 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (228,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
686,198 686,198 000000000000000000064de3a3f2ba2799fb9a568013013d1021bffedf95dbd4 2,262 1.00/1.00 vMB 42
686,197 686,197 000000000000000000009bb1a149b8f33623fad4c557dff55aac8890fb55acc1 791 1.00/1.00 vMB 23
686,196 686,196 000000000000000000025a61aacd0c55f1a51320587ddcc785780987e490d97a 1,763 1.00/1.00 vMB 15
686,195 686,195 00000000000000000005978e9d08dc341a16b07fa4b653832769158990ee2ddb 1,686 1.00/1.00 vMB 41
686,194 686,194 0000000000000000000d257e7f6f571bca37b5779e552a29e5f419029f5d0c33 2,867 1.00/1.00 vMB 66
686,193 686,193 0000000000000000000c8f1196a8bbf8c9c08b994758e428946517e0b8687c66 929 0.99/1.00 vMB 2
686,192 686,192 000000000000000000019a6b51a7da6ec785311a2422c8d4860458ad83974f26 1,511 1.00/1.00 vMB 42
686,191 686,191 00000000000000000008ef8016c8f9b5f751187321e020fc5f21e9728244e611 1,818 1.00/1.00 vMB 30
686,190 686,190 0000000000000000000b91fb22653b0cf3b0d2e56448ce4d4faf6028d84ed553 2,077 1.00/1.00 vMB 54
686,189 686,189 00000000000000000002f8dddd058abe87265f1d1ccf591f4d5d8952e73761c2 200 0.99/1.00 vMB 4
686,188 686,188 0000000000000000000a149ee8d3504276e52883f1e576f1d658d6c1bb1f5e15 1,078 1.00/1.00 vMB 14
686,187 686,187 0000000000000000000a5cf88afc6dbede18b2349d166cef3189f9e984b41612 2,402 1.00/1.00 vMB 36
686,186 686,186 00000000000000000006861d8954e63a4dc9302e4d422581faecb9444a61817a 1,032 1.00/1.00 vMB 32
686,185 686,185 000000000000000000078c7cce9fcb58a6839b2003029296e8b3096b3c726df3 1,015 1.00/1.00 vMB 22
686,184 686,184 00000000000000000001f2c07f5306251093ef82e23858d9a290e370e6057b6c 1,197 1.00/1.00 vMB 18
686,183 686,183 0000000000000000000a544159c736913fa4f7e6dcddd03d14a5882d83ca3477 1,959 1.00/1.00 vMB 28
686,182 686,182 000000000000000000015a4281d87d21a741b653f5b1a287aa9c4bb1191f1f5b 2,557 1.00/1.00 vMB 15
686,181 686,181 0000000000000000000885822b2157cf1f9c511db9ff45f12e57008d503e44e9 1,898 1.00/1.00 vMB 34
686,180 686,180 000000000000000000026d06a444a6a3a488d714a09eeca6efb1ef3d48fb212b 2,667 1.00/1.00 vMB 67
686,179 686,179 0000000000000000000206b1dcce0d739509b4ae663b3431e28aaa83375f85f5 2,152 1.00/1.00 vMB 30
686,178 686,178 0000000000000000000b3b651e78f59d2945ca49fbe545b756438b76434d7387 1,286 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.70 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: 629.21 GB
    • Received: 11.88 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.