Memory Pool Memory Pool Refreshing

1,560 transactions
15.57 vMB
Show Random Selection Loading Transactions
Max Size: 63/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,304 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,134 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,303 (833,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,297 75,297 00000000005b57fb17c6e7727aca66f9d213829e580f01431eb34527c0385253 0.00 MB 1 0
75,296 75,296 00000000006f51b4963d6bc3647fc97f763f96786ecfdd95e101a5cd84716197 0.00 MB 1 0
75,295 75,295 0000000000525d3423ed8fe481bd7f1e33c12fc9259b681c60416553cb9bd313 0.00 MB 1 0
75,294 75,294 000000000009c97dd807c95e790b63acd9bab5b5056bc3249e0a3154856fe5b1 0.00 MB 2 0
75,293 75,293 00000000001dece608659fe814519616762e6846761989f27b97b4d81b5720d1 0.00 MB 5 0
75,292 75,292 0000000000377ba24f0909fe802a286c13c789a05cd8319306fda1f2e201ea88 0.00 MB 1 0
75,291 75,291 0000000000590e6223399a72211f2bccb8dc83c8454b127522fbe95e966ac56c 0.00 MB 1 0
75,290 75,290 0000000000016fff530b4523c35074f43d11caeb33b552c880973a3e94945de0 0.00 MB 4 0
75,289 75,289 00000000005546a1189e479f817534eb312b7f1153892788a2c291c575598069 0.00 MB 1 0
75,288 75,288 000000000044f923ea9d145accaf877b62d9dac27ac350357b40e85c96d65065 0.00 MB 1 0
75,287 75,287 00000000003ebc3a428e77440a9dfbfdd45d06067542e6c78d588239d3691e25 0.00 MB 1 0
75,286 75,286 0000000000277c683454c479d32a5b3eba74f788ba02c852355eff0f824ca4ab 0.00 MB 1 0
75,285 75,285 00000000007f20c59f1b2570ef32e10736fbeba2fe80bd49a84f9313d0d853a0 0.00 MB 2 0
75,284 75,284 00000000001045226e4d3b0faf5ed10f1bd7ab954bf8d97dcd2c6ef024b1f615 0.00 MB 2 0
75,283 75,283 00000000002f717d59886f00c9c593a4af296574f816269fb77105437a7626e9 0.00 MB 1 0
75,282 75,282 0000000000652505f9153af982ce533c11492cbd985e8972260063f9f47eeb9c 0.00 MB 2 0
75,281 75,281 00000000004b50c029ffe66b521989ebb02ddcaa9a79a21c363439e6630d6ecd 0.00 MB 3 0
75,280 75,280 000000000034bbeb8e61024381cc2c22f1630709774aa201b18482bbae3fb5bf 0.00 MB 3 0
75,279 75,279 000000000010e04da459d58fe8bc37c013062efd7d2d5b658ac7d65090d21361 0.00 MB 1 0
75,278 75,278 00000000002f388e0364297981cd541d7565b5e96a735dbebe24807b7e97c7c2 0.00 MB 2 0
75,277 75,277 000000000054559c3c62e3f21188f74feb0ab396daae1aefb6288d578b73326c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.19 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,693.43 GB sent, 98.50 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.