Memory Pool Memory Pool Refreshing

9,688 transactions
4.30 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,693 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (387,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
520,542 520,542 00000000000000000026f1611942594935b492c82ff4e964429bf98137b05f96 0.66 MB 1,450 55
520,541 520,541 0000000000000000000cd50132d0a5fb020689f140821872624a65ae9465126a 0.11 MB 181 19
520,540 520,540 0000000000000000000d56c47fa5ddee7571327600c23b4d2b26aa136a80172d 0.30 MB 555 37
520,539 520,539 00000000000000000003061f076ba9d9ed81389b46b032c13c6e9b2bc008c3d4 0.01 MB 37 27
520,538 520,538 0000000000000000004516ab7b5936076c8a61c068a97c97b755c58381fe1b05 0.00 MB 10 14
520,537 520,537 00000000000000000019014f02634d93edc82fcd84bddfdedd1e6f48905761c2 0.69 MB 1,222 45
520,536 520,536 000000000000000000128b54d095ba171cd76cc1e7b67536e0da2e6c43fe8d34 0.48 MB 859 54
520,535 520,535 0000000000000000001dfbfd81145ed0d8dbd7bbb78b0fcbafb876af170bcd35 0.81 MB 1,241 27
520,534 520,534 000000000000000000190bad61bf369b1391b2b2e9eb67584144aa703923f5d4 0.88 MB 1,245 37
520,533 520,533 0000000000000000001551506d9fbb4ae117e86707ddb54e4399ea2c909d4a28 0.73 MB 1,382 35
520,532 520,532 00000000000000000026c746597e881c946de95d4d64ad7f00f59bdea39e43e8 1.12 MB 1,790 31
520,531 520,531 000000000000000000250329b00fe85f353f09d9b44e8fcf91487c52833e9989 0.24 MB 550 41
520,530 520,530 000000000000000000142b869677867a49207baacf6c74ac18409bebb94bfd51 0.01 MB 34 48
520,529 520,529 00000000000000000023d9314fb635ae2444b03c8da774b5457a92aeac5f6d1b 0.29 MB 567 41
520,528 520,528 0000000000000000002843701507eb8bfd12a09cac5da3e09232570a417812a4 0.54 MB 977 42
520,527 520,527 0000000000000000003c77a95f40f0407ffb2da430262d10adb7bcd832930028 0.07 MB 132 31
520,526 520,526 0000000000000000001f2634dd3bae002e379ec4c8c41f95b8fa46bfed72a35e 0.71 MB 728 5
520,525 520,525 00000000000000000034a63ed61f6bd0a2c742a8d010b50a687028c50de5df48 1.07 MB 1,656 58
520,524 520,524 000000000000000000303d8451004c6859f1469f911d48537bb66f63e82d8a99 1.00 MB 1,524 31
520,523 520,523 000000000000000000227c4ad039404c04120473603b16cef5525becb4973240 1.04 MB 793 17
520,522 520,522 000000000000000000227b17ac47c745c801111e0af440247c3ba12f06208956 1.11 MB 2,079 43
Previous 10 blocks ↓
Total Size: 769.03 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,625.00 GB sent, 93.01 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.