Loading Tool

Explorer IconExplorer

Memory Pool

19,400 transactions
8.80 vMB
0.03511868 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.61/200 MB

Candidate Block

Mining Attempt 99e92e5f9ba3bed103689afcb6d7949071a7dc320503141a4459654a41d4c260
Version 20000000
Previous Block 00000000000000000000e1bad605e747195f13f88f773febee258624040a6e26
Merkle Root 990d92bb2f546c1bc4c8a6d1694f56270b0f95e373a4f525628f8de3fad87154
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,613
Size: 1.00 vMB
Total Fees: 0.01586522 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,392 (714,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
198,636 198,636 0000000000000468fdefe280ddd253fc5d3eda816f6d629251e54250e3c687dd 633 0.27 vMB 129
198,635 198,635 0000000000000194da7d1df05e39a82f145fe7cbb5560808f11f9f285ea7429c 115 0.05 vMB 151
198,634 198,634 000000000000022c8ecd4604c0ab0718e47d214685864d01ec414972c08638f8 187 0.06 vMB 56
198,633 198,633 000000000000050c245d414bc803f9dab777c52bf57779755d4bc60bfc7de5f4 855 0.33 vMB 236
198,632 198,632 00000000000004570801d30c00587c01dfc9740344ac29904e5118d51737033a 283 0.15 vMB 99
198,631 198,631 000000000000030978ec2052bfea3005538e94a1a6b02fcce7ea9b780ca09010 467 0.19 vMB 159
198,630 198,630 000000000000056f429b63c06629fbc08cb57e8b6d61ea5342e9f80ce42c55da 262 0.15 vMB 106
198,629 198,629 00000000000005f338ecabea9d02985ffecab53ce2537a9b1c8d37d5aa7ac6de 414 0.20 vMB 131
198,628 198,628 000000000000047b61bbf218e4d7b979fc878ae38374e485cf6e9398cdae9d15 167 0.05 vMB 182
198,627 198,627 00000000000005f2e0454bbf011616c685f39bc325045c7fe5b4a5a4c7bb91bf 60 0.03 vMB 89
198,626 198,626 00000000000003315401b8863421977b41fc991e9a0ea59ca36d8628f786ee17 639 0.31 vMB 365
198,625 198,625 0000000000000231dcae20c072e20c435151cb01d52c487568103a790b0ab6bc 160 0.11 vMB 115
198,624 198,624 000000000000045a598fe2bfa823c33b7cfe21baf72170ab79ee92984b48f743 625 0.25 vMB 143
198,623 198,623 000000000000034de9c9a67fe15517e8ab93df99f406ab239478714fb825b969 8 0.00 vMB 191
198,622 198,622 000000000000062df05c939dff2dea97e7e130ba4c8fb93b19c71c8be3fe3137 76 0.03 vMB 232
198,621 198,621 00000000000003197ce05bbbff6a55f4ef26e225cd84ad351d2e576460fdf807 111 0.03 vMB 88
198,620 198,620 0000000000000551d02bfe9443df118c7cf3ee94d2ed8b5b87cef1b318886adc 543 0.27 vMB 142
198,619 198,619 00000000000000e53c21872632df49b69dcca668c9cc2d7d17e20657978a289a 163 0.07 vMB 224
198,618 198,618 0000000000000582f377057cbba141a72e0b7e3df61cd67cd273163dc3fc9ee2 18 0.01 vMB 168
198,617 198,617 000000000000013ea912970ef3d638a3d306b799122a8d3b1f3f9d99342ac015 29 0.01 vMB 72
198,616 198,616 000000000000035a84e0c7ed798eeeb721b6d67472da49a7246269efe0b973ef 427 0.19 vMB 224
Previous 10 blocks ↓
Total Size: 779.55 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: 251.78 GB
    • Received: 0.96 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.