Loading Tool

Explorer IconExplorer

Memory Pool

37,665 transactions
26.02 vMB
0.07666876 BTC
Random Selection Loading Transactions
Max Size: 134.19/200 MB

Candidate Block

Mining Attempt f6b5de533a44ed2f1b105c4db6379ff4856d532c21b0550a745bd0b5fbfe3c7a
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root cce3679ab163d828f703e4bf6f31a21a2ef90e6c4bafd33c2d2f7008a20db18e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,656
Size: 1.00 vMB
Total Fees: 0.02923540 BTC
Feerates: 502.65 > 2.93 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (153,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
761,278 761,278 00000000000000000000661f8187c8d2b4463e6be20aa3c4a611fe910c357891 1,891 1.00/1.00 vMB 6
761,277 761,277 0000000000000000000368b5a8ec631e8efb5c457be8fb5f5ba90c11515995a9 2,821 1.00/1.00 vMB 8
761,276 761,276 000000000000000000043f22eaba2784fccf7125a79695b5a2019b294ed65704 2,868 1.00/1.00 vMB 17
761,275 761,275 00000000000000000006fb75e191bdb46cc210725acfdc5d4f947ec7a3896575 1,396 1.00/1.00 vMB 4
761,274 761,274 0000000000000000000022bd1cfc69e6b29a1f018be88fbef35e77506af66068 1,255 1.00/1.00 vMB 15
761,273 761,273 00000000000000000007101ddb68855ac905ca54536c5cfece221685eb86ffc1 3,345 1.00/1.00 vMB 14
761,272 761,272 000000000000000000064f7d0d06a826b7f3017b3dc1488f00637602fa99f11a 2,118 1.00/1.00 vMB 12
761,271 761,271 00000000000000000005bb20cd99c03c517a1da37ff15939abe28b127031ffae 1,124 0.56/1.00 vMB 10
761,270 761,270 00000000000000000000b9b33d3c299bb8c3071f723f7f7e6b9e6737dd3b3141 210 0.06/1.00 vMB 12
761,269 761,269 000000000000000000028cf54c38f43b31b53275f61f514ea0678968921f586f 1,693 0.94/1.00 vMB 6
761,268 761,268 00000000000000000002f0e6794f3f0ec9158e42e1adbfe8f618009ab186e86b 1,839 1.00/1.00 vMB 16
761,267 761,267 0000000000000000000056781339401c8cc5d782f18e541be22713dd274a347b 2,255 1.00/1.00 vMB 8
761,266 761,266 00000000000000000003ac39882e5127ce163ee6bdca75d4b9bcf806c83afe56 1,746 0.58/1.00 vMB 11
761,265 761,265 000000000000000000051ca14f3ea01d5672b44d9ef3c95587afc0e3bd39aad6 1,552 0.81/1.00 vMB 9
761,264 761,264 000000000000000000072cabab0aac7c6b00db0664b82edc77d3252634fcba8a 2,789 1.00/1.00 vMB 6
761,263 761,263 000000000000000000029d2e2100c40f584e1b4386bd7be7bd2346b3b545d92f 2,887 1.00/1.00 vMB 20
761,262 761,262 00000000000000000001e5923f47b41c9f3f0daac869b0e37442a1bdc4ca39bc 1,053 0.58/1.00 vMB 11
761,261 761,261 000000000000000000020514a49095f01306c53ad59f834f3352ca565485a852 2,120 1.00/1.00 vMB 8
761,260 761,260 00000000000000000005e11cea6fb5ff3495fadaae7940f37a8b85f2422fc45a 2,240 1.00/1.00 vMB 9
761,259 761,259 00000000000000000007631b2f72fef3803f0c54fd3596da23be0479327f5956 3,280 1.00/1.00 vMB 19
761,258 761,258 00000000000000000006ffd28b33281f53ae4ff5f5a2d10aaa3c0cd666ce22c4 470 0.20/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.