Loading Tool

Explorer IconExplorer

Memory Pool

28,278 transactions
9.53 vMB
0.10932821 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.26/200 MB

Candidate Block

Mining Attempt a4e1b402bbdb8fbb8a062dc7613e58a6938930d3606db571ccdf8d1b8a132fe4
Version 20000000
Previous Block 0000000000000000000207d87b7daaa9b76b765d546cb6d2acb529123ae5516d
Merkle Root ccccdff419c9e9514d9f7629ad23ec8dde66b8c1cc5e1ba61157ecb7a242f05c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,272
Size: 1.00 vMB
Total Fees: 0.03728467 BTC
Median Feerate: 3.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,220 (708,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,410 204,410 0000000000000358317794b99c9f21dfd175206566408f80ec92cbf4d48bacb9 94 0.04 vMB 141
204,409 204,409 0000000000000180ced65f46beae43e0565407197ff5832a1032039f3b55c301 54 0.03 vMB 104
204,408 204,408 00000000000004088aecd52864aea267d830175b8ea992d3a89b8e1c0a472816 98 0.05 vMB 146
204,407 204,407 0000000000000478d177dd3cb9e6d386d57ec2203634f909fb4875271dcf70ce 532 0.32 vMB 47
204,406 204,406 00000000000000224e650eee46e19880553ccb17e965a90aa89012a00d0ccb01 408 0.10 vMB 0
204,405 204,405 00000000000004247423333b516d793d69f5ea6d22c369d092d159fa0881029f 433 0.15 vMB 118
204,404 204,404 000000000000031ef2b3730b5eda73ec9820430f96f9e7a1dc198726ffd26a0c 98 0.04 vMB 30
204,403 204,403 00000000000002533cec6b77fe04b36b173be239b11930a688b8846eb89a8e17 256 0.08 vMB 116
204,402 204,402 000000000000006bc01ad435b51365aed4026843939ee2a1e18ea22ea0a3dbc9 13 0.00 vMB 313
204,401 204,401 00000000000003342501b2ea7d678e8cb617acb1af4f6712ee0556abd977cd97 445 0.21 vMB 145
204,400 204,400 00000000000000cf4db9e9de90356e80acdbff0d528c442b66a04ca074f312db 269 0.16 vMB 87
204,399 204,399 000000000000009b46de353ff057162627e903beaff192a397462549bab40b4d 9 0.00 vMB 149
204,398 204,398 0000000000000485fa5dc503e46705d44ba263641f30da4c90f75fb613a25336 393 0.21 vMB 201
204,397 204,397 0000000000000077ba3fb0a853c8cbed07667845d739a26145e840003ff46156 304 0.13 vMB 93
204,396 204,396 00000000000002015dfcdb364575133d0a71171eddd4f3a92345e2dd36c99a88 171 0.10 vMB 61
204,395 204,395 00000000000003caa33a5071fd10c73659fa79a80fe799b788141f209d290125 583 0.20 vMB 204
204,394 204,394 0000000000000336677e1a9a496342f7a6cb36ca7992425535541b7423d7c4ba 88 0.03 vMB 9
204,393 204,393 00000000000000c5a47e7bad10f8e84d2dc082bbf55b8ece4b3fbd8a5fe810cc 219 0.08 vMB 108
204,392 204,392 000000000000047f22d55f5d461d672f6155939dda1ed5500e772ba2016f2f7d 392 0.15 vMB 107
204,391 204,391 0000000000000142d66171ce89d8e23d62954908389da67028208a1afcf1d911 256 0.06 vMB 157
204,390 204,390 00000000000003393b2fb5a0327ab6861dbc2d6b7a86edb4df5e02107a5c1e52 217 0.05 vMB 20
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 72
    • Outgoing: 10
  • Data Transfer:
    • Sent: 23.72 GB
    • Received: 0.47 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.