Memory Pool Memory Pool Refreshing

4,270 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,994 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,781 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,993 (757,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,456 150,456 00000000000005ef9c7268d771663c896fb524afe95be96da09438d9e9456a16 0.00 MB 13 95
150,455 150,455 0000000000000b26ce2e76f0ce98244bffc2bb4e91faff6313bf0894af2a4df1 0.00 MB 5 103
150,454 150,454 0000000000000b634735d02f808194a9341cb4420fa7b36fa00c459491ac2368 0.01 MB 26 177
150,453 150,453 000000000000023cc8ec4821cc528e4f54d2d0f5f5a9bb077aa49b28a3bb67be 0.03 MB 91 182
150,452 150,452 0000000000000128abaab71beab1e5523986205bdb1a24035faca5f4e96ed31f 0.00 MB 19 709
150,451 150,451 000000000000086a485f3d4720bfcfe1b0a4d2cf160b0ab0982824e10c0815ed 0.02 MB 68 74
150,450 150,450 00000000000001163f9e07fc3cf67e4be3b33a8d6b6e368da77be8d380bf9c53 0.01 MB 19 197
150,449 150,449 00000000000004d77bd54efdb46b3b88b59d087fb6f666259e22f2ba0ba24088 0.01 MB 17 253
150,448 150,448 00000000000006bf6d651205e2c8046ab5c32b81d4eb7b43bcc0528ccf8535a0 0.01 MB 13 53
150,447 150,447 0000000000000604236ea643a6b642e5f1705b9d1f1c50f30f10c3cff5260f6f 0.01 MB 54 68
150,446 150,446 00000000000001eca1533d98a31bbf5c18f90721b352a39ed4420a94d89a7aa5 0.00 MB 10 24
150,445 150,445 000000000000074fc5fddd04eb1c5ca61fd698405b3958f0fc05dba9bf27633c 0.03 MB 50 148
150,444 150,444 00000000000005ea78524e9fe15082613aac100962f53391451277988bb0b8f3 0.00 MB 11 96
150,443 150,443 0000000000000a3a2efee112b528949020a0f737bca9d0468f3610e709f46078 0.00 MB 10 365
150,442 150,442 000000000000090e9bde32a32c7189e294acd3ad92b88d7b4326ac706305f273 0.03 MB 66 84
150,441 150,441 00000000000006b46413a0cc0bbb24bd8ea7887f754eb18cadf3a888745bdeec 0.02 MB 85 0
150,440 150,440 0000000000000a4961f6d504f65e0fe512c607d01fa04304099c139240df3743 0.01 MB 30 117
150,439 150,439 000000000000066abaabb5b31f70974651523b09a6e5118b2dc19130afd77b93 0.01 MB 14 206
150,438 150,438 00000000000006d8228e866b8a52e02f338f2a318bf8f9af54e8519528e45bd5 0.03 MB 43 222
150,437 150,437 00000000000003eafb0409b2a1abffd86eacf3b84cb7cad23dbff9d933dc0a7e 0.02 MB 33 135
150,436 150,436 0000000000000ac3ec2ad49ea71167e8e51e694062474779abf0dcb3bdedd2b5 0.02 MB 42 186
Previous 10 blocks ↓
Total Size: 769.53 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,648.18 GB sent, 95.61 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.