Memory Pool Memory Pool Refreshing

5,070 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
907,919 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,659 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,918 (290,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
617,380 617,380 000000000000000000102d08f002b53af5f96755767f1dcf75a5f81aaa3c35ca 1.40 MB 3,612 36
617,379 617,379 00000000000000000009c592d120b4e0f36bcefb7ebab7ae5001fc3fd0e32727 1.24 MB 3,171 54
617,378 617,378 0000000000000000000a7af704e5532363496841ba987238d954febc5b9e01fe 1.33 MB 3,074 33
617,377 617,377 00000000000000000002987b532e9464e42eca5ae92ef608b36b712f51fcca24 1.18 MB 2,396 23
617,376 617,376 00000000000000000011974384950faa0c62a77b01fb55758e8754a7b60ed59b 1.33 MB 2,889 38
617,375 617,375 00000000000000000002ef93bccc4b92085ff671b0614d500fc458e903d2c71f 1.23 MB 2,627 35
617,374 617,374 000000000000000000021d6aa7bfa93448374184ffa430f9ab880e564dfd9859 1.15 MB 2,181 19
617,373 617,373 0000000000000000000fd4a63aa2aa17fa665b363ddcc1e152baa63432a8cfb4 1.34 MB 3,330 41
617,372 617,372 000000000000000000112342e5b40434c81e8e1d1845e124673155b3e31f7010 1.27 MB 3,060 31
617,371 617,371 0000000000000000000ac2e787a7f0688ae4727d8695e6050d6e333e9cda0dba 1.16 MB 2,465 25
617,370 617,370 0000000000000000000f279c3bd0915af7735c87ac9f6244ade3acc2480194a8 1.33 MB 2,222 27
617,369 617,369 0000000000000000000bdb8aac328a7ab14086f7e992935edd2f0e21c5a402ed 1.45 MB 2,985 41
617,368 617,368 00000000000000000002c98128ca10004f4334de088c8747814f3d3e914ba24f 1.55 MB 2,436 37
617,367 617,367 0000000000000000000a0e25658a38b627f5722f5bf1b2aa42a40ff49adb1b7a 1.32 MB 2,412 36
617,366 617,366 0000000000000000000b8fdae4e2ecc418f59a864618e297154e3fae9bee1dc4 1.08 MB 1,626 58
617,365 617,365 0000000000000000000ab8d0eb253e3c9fc6f72ec73db7d42daa41123dadd5c0 1.05 MB 1,330 89
617,364 617,364 00000000000000000004a2fef125b70ddc0017c1938ced029dba1c28f6d6c541 1.41 MB 1,654 17
617,363 617,363 0000000000000000001203f94336fbf957caeccd2da2b8203e28461c404b61d4 1.34 MB 2,795 15
617,362 617,362 0000000000000000000c7459ba7fdb890154deda8589a1c3c4b159d8140cb140 1.31 MB 3,423 39
617,361 617,361 000000000000000000112bd9c64f4a463231644e0378a9baa684f47ad1bc5f62 1.37 MB 2,574 10
617,360 617,360 00000000000000000005d332ac0b6f28a696af13cfe2537fb3717592b95e91ef 1.31 MB 3,140 34
Previous 10 blocks ↓
Total Size: 769.39 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,644.33 GB sent, 94.90 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.