Memory Pool Memory Pool Refreshing

1,328 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,010 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,328 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,009 (754,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,310 153,310 00000000000002c6ee3fa720a5ae1706881564c9eb7868b6beeac16de8eb6921 0.02 MB 23 10
153,309 153,309 000000000000069c0a4ecc0244916ad714a80e4998f2ae1c34d43d5c59e04f94 0.00 MB 13 277
153,308 153,308 0000000000000d90e2ac6f3ea7ea9c0f6c1641fa1497c1b2b6a8b183f545fa7e 0.03 MB 70 100
153,307 153,307 0000000000000dca837157c4a9e18bbf5720722ef598dde9ebb54f9e5796cf73 0.02 MB 64 45
153,306 153,306 0000000000000669fb0ab24e3dc241f5ba150d5f25928b2a6b6f57e96921b0e5 0.05 MB 145 167
153,305 153,305 00000000000002cf0fed90958f40502ee533d7b77bb52dda32d1be597408e215 0.04 MB 81 134
153,304 153,304 000000000000081cfd8bb542cc0bd9e1d27aa52a3dfe3c18b26658f791e38c00 0.03 MB 61 114
153,303 153,303 0000000000000af4d212ead0e312da5cfb230fc8b344448e00621a5c2e27dcda 0.01 MB 27 260
153,302 153,302 00000000000005921a0d1122222238d112b78af9f80d0bec52a9789b4be0222c 0.02 MB 53 31
153,301 153,301 00000000000006f357e091f912fba099279e78ce34cfd3a8af456796e62f11ba 0.03 MB 78 175
153,300 153,300 00000000000002405a74d5193358bec4166a2693a93a549f351c5fea14dbc7ed 0.00 MB 13 14
153,299 153,299 0000000000000988bbcd2fbe7769df328f2f957454d4ee09a455ed9026dda8ce 0.01 MB 16 1,848
153,298 153,298 00000000000007b72a77e781c097e19f54ebf35d52c871842599a1780d14c5e6 0.02 MB 63 26
153,297 153,297 0000000000000452b866f3a5abc83c1d1bf01ec06881ab58e999d08d60fcfdec 0.02 MB 65 80
153,296 153,296 0000000000000645c432431b46f3de3b92dcf45406d85e3e4637fb1e76651d95 0.01 MB 21 143
153,295 153,295 0000000000000d515a438be04109b287f513e3cf0243a87026ce0d0759024b9d 0.02 MB 40 44
153,294 153,294 0000000000000df8948f65e706002e2277bebe7637099620358ddac28382d240 0.00 MB 14 21
153,293 153,293 00000000000001e10b83711ab4daaf6230073ffd6a97bd3a3fbe5a11844f7f22 0.04 MB 106 260
153,292 153,292 0000000000000070d9d3f259595fd906b7d1957f7a4d6e55303d69fb70dc12d9 0.00 MB 8 72
153,291 153,291 0000000000000260b6948bf3a333023e374ccd19d0e06e820ce88f3defd37641 0.01 MB 15 188
153,290 153,290 000000000000018e1a0fb4b1ebf483a6b38ea5d80304e8dfe6aa60263853ec0f 0.02 MB 66 32
Previous 10 blocks ↓
Total Size: 769.56 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,649.41 GB sent, 95.76 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.